Interface EstimatedMonthlySavings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EstimatedMonthlySavings.Builder,,EstimatedMonthlySavings> SdkBuilder<EstimatedMonthlySavings.Builder,,EstimatedMonthlySavings> SdkPojo
- Enclosing class:
EstimatedMonthlySavings
@Mutable
@NotThreadSafe
public static interface EstimatedMonthlySavings.Builder
extends SdkPojo, CopyableBuilder<EstimatedMonthlySavings.Builder,EstimatedMonthlySavings>
-
Method Summary
Modifier and TypeMethodDescriptionafterDiscountSavings(Double afterDiscountSavings) The estimated monthly savings after applying any discounts.beforeDiscountSavings(Double beforeDiscountSavings) The estimated monthly savings before applying any discounts.The currency of the estimated savings.savingsEstimationMode(String savingsEstimationMode) The mode used to calculate savings, either BeforeDiscount or AfterDiscount.savingsEstimationMode(SavingsEstimationMode savingsEstimationMode) The mode used to calculate savings, either BeforeDiscount or AfterDiscount.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
-
currency
The currency of the estimated savings.
- Parameters:
currency- The currency of the estimated savings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeDiscountSavings
The estimated monthly savings before applying any discounts.
- Parameters:
beforeDiscountSavings- The estimated monthly savings before applying any discounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterDiscountSavings
The estimated monthly savings after applying any discounts.
- Parameters:
afterDiscountSavings- The estimated monthly savings after applying any discounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
savingsEstimationMode
The mode used to calculate savings, either BeforeDiscount or AfterDiscount.
- Parameters:
savingsEstimationMode- The mode used to calculate savings, either BeforeDiscount or AfterDiscount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
savingsEstimationMode
The mode used to calculate savings, either BeforeDiscount or AfterDiscount.
- Parameters:
savingsEstimationMode- The mode used to calculate savings, either BeforeDiscount or AfterDiscount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-