Interface SavingsPlansPricing.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SavingsPlansPricing.Builder,,SavingsPlansPricing> SdkBuilder<SavingsPlansPricing.Builder,,SavingsPlansPricing> SdkPojo
- Enclosing class:
SavingsPlansPricing
@Mutable
@NotThreadSafe
public static interface SavingsPlansPricing.Builder
extends SdkPojo, CopyableBuilder<SavingsPlansPricing.Builder,SavingsPlansPricing>
-
Method Summary
Modifier and TypeMethodDescriptionestimatedMonthlyCommitment(Double estimatedMonthlyCommitment) Estimated monthly commitment for the Savings Plan.estimatedOnDemandCost(Double estimatedOnDemandCost) Estimated On-Demand cost you will pay after buying the Savings Plan.monthlySavingsPlansEligibleCost(Double monthlySavingsPlansEligibleCost) The cost of paying for the recommended Savings Plan monthly.savingsPercentage(Double savingsPercentage) Estimated savings as a percentage of your overall costs after buying the Savings Plan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
monthlySavingsPlansEligibleCost
The cost of paying for the recommended Savings Plan monthly.
- Parameters:
monthlySavingsPlansEligibleCost- The cost of paying for the recommended Savings Plan monthly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedMonthlyCommitment
Estimated monthly commitment for the Savings Plan.
- Parameters:
estimatedMonthlyCommitment- Estimated monthly commitment for the Savings Plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
savingsPercentage
Estimated savings as a percentage of your overall costs after buying the Savings Plan.
- Parameters:
savingsPercentage- Estimated savings as a percentage of your overall costs after buying the Savings Plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedOnDemandCost
Estimated On-Demand cost you will pay after buying the Savings Plan.
- Parameters:
estimatedOnDemandCost- Estimated On-Demand cost you will pay after buying the Savings Plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-