public static interface SavingsPlansCoverageData.Builder extends SdkPojo, CopyableBuilder<SavingsPlansCoverageData.Builder,SavingsPlansCoverageData>
| Modifier and Type | Method and Description |
|---|---|
SavingsPlansCoverageData.Builder |
coveragePercentage(String coveragePercentage)
The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans
usage in an account(or set of accounts).
|
SavingsPlansCoverageData.Builder |
onDemandCost(String onDemandCost)
The cost of your AWS usage at the public On-Demand rate.
|
SavingsPlansCoverageData.Builder |
spendCoveredBySavingsPlans(String spendCoveredBySavingsPlans)
The amount of your AWS usage that is covered by a Savings Plans.
|
SavingsPlansCoverageData.Builder |
totalCost(String totalCost)
The total cost of your AWS usage, regardless of your purchase option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSavingsPlansCoverageData.Builder spendCoveredBySavingsPlans(String spendCoveredBySavingsPlans)
The amount of your AWS usage that is covered by a Savings Plans.
spendCoveredBySavingsPlans - The amount of your AWS usage that is covered by a Savings Plans.SavingsPlansCoverageData.Builder onDemandCost(String onDemandCost)
The cost of your AWS usage at the public On-Demand rate.
onDemandCost - The cost of your AWS usage at the public On-Demand rate.SavingsPlansCoverageData.Builder totalCost(String totalCost)
The total cost of your AWS usage, regardless of your purchase option.
totalCost - The total cost of your AWS usage, regardless of your purchase option.SavingsPlansCoverageData.Builder coveragePercentage(String coveragePercentage)
The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account(or set of accounts).
coveragePercentage - The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings
Plans usage in an account(or set of accounts).Copyright © 2021. All rights reserved.