Interface SavingsPlansSavings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SavingsPlansSavings.Builder,SavingsPlansSavings>,SdkBuilder<SavingsPlansSavings.Builder,SavingsPlansSavings>,SdkPojo
- Enclosing class:
- SavingsPlansSavings
public static interface SavingsPlansSavings.Builder extends SdkPojo, CopyableBuilder<SavingsPlansSavings.Builder,SavingsPlansSavings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SavingsPlansSavings.BuildernetSavings(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.SavingsPlansSavings.BuilderonDemandCostEquivalent(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, sdkFields
-
-
-
-
Method Detail
-
netSavings
SavingsPlansSavings.Builder netSavings(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.
- 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
SavingsPlansSavings.Builder onDemandCostEquivalent(String 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.
-
-