Interface SavingsPlansSavings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SavingsPlansSavings.Builder,
,SavingsPlansSavings> SdkBuilder<SavingsPlansSavings.Builder,
,SavingsPlansSavings> SdkPojo
- Enclosing class:
SavingsPlansSavings
@Mutable
@NotThreadSafe
public static interface SavingsPlansSavings.Builder
extends SdkPojo, CopyableBuilder<SavingsPlansSavings.Builder,SavingsPlansSavings>
-
Method Summary
Modifier and TypeMethodDescriptionnetSavings
(String netSavings) The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.onDemandCostEquivalent
(String onDemandCostEquivalent) How much the amount that the usage would have cost if it was accrued at the On-Demand rate.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, sdkFieldNameToField, sdkFields
-
Method Details
-
netSavings
The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
- Parameters:
netSavings
- The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onDemandCostEquivalent
How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
- Parameters:
onDemandCostEquivalent
- How much the amount that the usage would have cost if it was accrued at the On-Demand rate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-