Interface SavingsPlansUtilizationAggregates.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SavingsPlansUtilizationAggregates.Builder,SavingsPlansUtilizationAggregates>,SdkBuilder<SavingsPlansUtilizationAggregates.Builder,SavingsPlansUtilizationAggregates>,SdkPojo
- Enclosing class:
- SavingsPlansUtilizationAggregates
public static interface SavingsPlansUtilizationAggregates.Builder extends SdkPojo, CopyableBuilder<SavingsPlansUtilizationAggregates.Builder,SavingsPlansUtilizationAggregates>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SavingsPlansUtilizationAggregates.BuilderamortizedCommitment(Consumer<SavingsPlansAmortizedCommitment.Builder> amortizedCommitment)The total amortized commitment for a Savings Plans.SavingsPlansUtilizationAggregates.BuilderamortizedCommitment(SavingsPlansAmortizedCommitment amortizedCommitment)The total amortized commitment for a Savings Plans.default SavingsPlansUtilizationAggregates.Buildersavings(Consumer<SavingsPlansSavings.Builder> savings)The amount that's saved by using existing Savings Plans.SavingsPlansUtilizationAggregates.Buildersavings(SavingsPlansSavings savings)The amount that's saved by using existing Savings Plans.default SavingsPlansUtilizationAggregates.Builderutilization(Consumer<SavingsPlansUtilization.Builder> utilization)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.SavingsPlansUtilizationAggregates.Builderutilization(SavingsPlansUtilization utilization)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.-
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
-
utilization
SavingsPlansUtilizationAggregates.Builder utilization(SavingsPlansUtilization utilization)
A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
- Parameters:
utilization- A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
utilization
default SavingsPlansUtilizationAggregates.Builder utilization(Consumer<SavingsPlansUtilization.Builder> utilization)
A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
This is a convenience method that creates an instance of theSavingsPlansUtilization.Builderavoiding the need to create one manually viaSavingsPlansUtilization.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toutilization(SavingsPlansUtilization).- Parameters:
utilization- a consumer that will call methods onSavingsPlansUtilization.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
utilization(SavingsPlansUtilization)
-
savings
SavingsPlansUtilizationAggregates.Builder savings(SavingsPlansSavings savings)
The amount that's saved by using existing Savings Plans. Savings returns both net savings from Savings Plans and also the
onDemandCostEquivalentof the Savings Plans when considering the utilization rate.- Parameters:
savings- The amount that's saved by using existing Savings Plans. Savings returns both net savings from Savings Plans and also theonDemandCostEquivalentof the Savings Plans when considering the utilization rate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
savings
default SavingsPlansUtilizationAggregates.Builder savings(Consumer<SavingsPlansSavings.Builder> savings)
The amount that's saved by using existing Savings Plans. Savings returns both net savings from Savings Plans and also the
This is a convenience method that creates an instance of theonDemandCostEquivalentof the Savings Plans when considering the utilization rate.SavingsPlansSavings.Builderavoiding the need to create one manually viaSavingsPlansSavings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosavings(SavingsPlansSavings).- Parameters:
savings- a consumer that will call methods onSavingsPlansSavings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
savings(SavingsPlansSavings)
-
amortizedCommitment
SavingsPlansUtilizationAggregates.Builder amortizedCommitment(SavingsPlansAmortizedCommitment amortizedCommitment)
The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
- Parameters:
amortizedCommitment- The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amortizedCommitment
default SavingsPlansUtilizationAggregates.Builder amortizedCommitment(Consumer<SavingsPlansAmortizedCommitment.Builder> amortizedCommitment)
The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
This is a convenience method that creates an instance of theSavingsPlansAmortizedCommitment.Builderavoiding the need to create one manually viaSavingsPlansAmortizedCommitment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toamortizedCommitment(SavingsPlansAmortizedCommitment).- Parameters:
amortizedCommitment- a consumer that will call methods onSavingsPlansAmortizedCommitment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
amortizedCommitment(SavingsPlansAmortizedCommitment)
-
-