Interface SavingsPlansUtilizationByTime.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SavingsPlansUtilizationByTime.Builder,SavingsPlansUtilizationByTime>,SdkBuilder<SavingsPlansUtilizationByTime.Builder,SavingsPlansUtilizationByTime>,SdkPojo
- Enclosing class:
- SavingsPlansUtilizationByTime
public static interface SavingsPlansUtilizationByTime.Builder extends SdkPojo, CopyableBuilder<SavingsPlansUtilizationByTime.Builder,SavingsPlansUtilizationByTime>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SavingsPlansUtilizationByTime.BuilderamortizedCommitment(Consumer<SavingsPlansAmortizedCommitment.Builder> amortizedCommitment)The total amortized commitment for a Savings Plans.SavingsPlansUtilizationByTime.BuilderamortizedCommitment(SavingsPlansAmortizedCommitment amortizedCommitment)The total amortized commitment for a Savings Plans.default SavingsPlansUtilizationByTime.Buildersavings(Consumer<SavingsPlansSavings.Builder> savings)The amount that's saved by using existing Savings Plans.SavingsPlansUtilizationByTime.Buildersavings(SavingsPlansSavings savings)The amount that's saved by using existing Savings Plans.default SavingsPlansUtilizationByTime.BuildertimePeriod(Consumer<DateInterval.Builder> timePeriod)Sets the value of the TimePeriod property for this object.SavingsPlansUtilizationByTime.BuildertimePeriod(DateInterval timePeriod)Sets the value of the TimePeriod property for this object.default SavingsPlansUtilizationByTime.Builderutilization(Consumer<SavingsPlansUtilization.Builder> utilization)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.SavingsPlansUtilizationByTime.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
-
timePeriod
SavingsPlansUtilizationByTime.Builder timePeriod(DateInterval timePeriod)
Sets the value of the TimePeriod property for this object.- Parameters:
timePeriod- The new value for the TimePeriod property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timePeriod
default SavingsPlansUtilizationByTime.Builder timePeriod(Consumer<DateInterval.Builder> timePeriod)
Sets the value of the TimePeriod property for this object. This is a convenience method that creates an instance of theDateInterval.Builderavoiding the need to create one manually viaDateInterval.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimePeriod(DateInterval).- Parameters:
timePeriod- a consumer that will call methods onDateInterval.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
timePeriod(DateInterval)
-
utilization
SavingsPlansUtilizationByTime.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 SavingsPlansUtilizationByTime.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
SavingsPlansUtilizationByTime.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 SavingsPlansUtilizationByTime.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
SavingsPlansUtilizationByTime.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 SavingsPlansUtilizationByTime.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)
-
-