Interface EstimatedDiscounts.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EstimatedDiscounts.Builder,EstimatedDiscounts>,SdkBuilder<EstimatedDiscounts.Builder,EstimatedDiscounts>,SdkPojo
- Enclosing class:
- EstimatedDiscounts
public static interface EstimatedDiscounts.Builder extends SdkPojo, CopyableBuilder<EstimatedDiscounts.Builder,EstimatedDiscounts>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EstimatedDiscounts.BuilderotherDiscount(Double otherDiscount)Estimated other discounts include all discounts that are not itemized.EstimatedDiscounts.BuilderreservedInstancesDiscount(Double reservedInstancesDiscount)Estimated reserved instance discounts.EstimatedDiscounts.BuildersavingsPlansDiscount(Double savingsPlansDiscount)Estimated Savings Plans discounts.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
otherDiscount
EstimatedDiscounts.Builder otherDiscount(Double otherDiscount)
Estimated other discounts include all discounts that are not itemized. Itemized discounts include
reservedInstanceDiscountandsavingsPlansDiscount.- Parameters:
otherDiscount- Estimated other discounts include all discounts that are not itemized. Itemized discounts includereservedInstanceDiscountandsavingsPlansDiscount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservedInstancesDiscount
EstimatedDiscounts.Builder reservedInstancesDiscount(Double reservedInstancesDiscount)
Estimated reserved instance discounts.
- Parameters:
reservedInstancesDiscount- Estimated reserved instance discounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
savingsPlansDiscount
EstimatedDiscounts.Builder savingsPlansDiscount(Double savingsPlansDiscount)
Estimated Savings Plans discounts.
- Parameters:
savingsPlansDiscount- Estimated Savings Plans discounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-