Interface SavingsPlansAmortizedCommitment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SavingsPlansAmortizedCommitment.Builder,SavingsPlansAmortizedCommitment>,SdkBuilder<SavingsPlansAmortizedCommitment.Builder,SavingsPlansAmortizedCommitment>,SdkPojo
- Enclosing class:
- SavingsPlansAmortizedCommitment
public static interface SavingsPlansAmortizedCommitment.Builder extends SdkPojo, CopyableBuilder<SavingsPlansAmortizedCommitment.Builder,SavingsPlansAmortizedCommitment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SavingsPlansAmortizedCommitment.BuilderamortizedRecurringCommitment(String amortizedRecurringCommitment)The amortized amount of your Savings Plans commitment that was purchased with either aPartialor aNoUpfront.SavingsPlansAmortizedCommitment.BuilderamortizedUpfrontCommitment(String amortizedUpfrontCommitment)The amortized amount of your Savings Plans commitment that was purchased with anUpfrontorPartialUpfrontSavings Plans.SavingsPlansAmortizedCommitment.BuildertotalAmortizedCommitment(String totalAmortizedCommitment)The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.-
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
-
amortizedRecurringCommitment
SavingsPlansAmortizedCommitment.Builder amortizedRecurringCommitment(String amortizedRecurringCommitment)
The amortized amount of your Savings Plans commitment that was purchased with either a
Partialor aNoUpfront.- Parameters:
amortizedRecurringCommitment- The amortized amount of your Savings Plans commitment that was purchased with either aPartialor aNoUpfront.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amortizedUpfrontCommitment
SavingsPlansAmortizedCommitment.Builder amortizedUpfrontCommitment(String amortizedUpfrontCommitment)
The amortized amount of your Savings Plans commitment that was purchased with an
UpfrontorPartialUpfrontSavings Plans.- Parameters:
amortizedUpfrontCommitment- The amortized amount of your Savings Plans commitment that was purchased with anUpfrontorPartialUpfrontSavings Plans.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalAmortizedCommitment
SavingsPlansAmortizedCommitment.Builder totalAmortizedCommitment(String totalAmortizedCommitment)
The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
- Parameters:
totalAmortizedCommitment- The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-