Interface PricingAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PricingAttributes.Builder,,PricingAttributes> SdkBuilder<PricingAttributes.Builder,,PricingAttributes> SdkPojo
- Enclosing class:
PricingAttributes
@Mutable
@NotThreadSafe
public static interface PricingAttributes.Builder
extends SdkPojo, CopyableBuilder<PricingAttributes.Builder,PricingAttributes>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentPlan(String currentPlan) The pricing plan that is currently active on your Amazon SES account.currentPlan(PricingPlan currentPlan) The pricing plan that is currently active on your Amazon SES account.The pricing plan that will become active at the start of the next billing cycle, if a scheduled change has been requested.nextPlan(PricingPlan nextPlan) The pricing plan that will become active at the start of the next billing cycle, if a scheduled change has been requested.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
currentPlan
The pricing plan that is currently active on your Amazon SES account.
- Parameters:
currentPlan- The pricing plan that is currently active on your Amazon SES account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentPlan
The pricing plan that is currently active on your Amazon SES account.
- Parameters:
currentPlan- The pricing plan that is currently active on your Amazon SES account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextPlan
The pricing plan that will become active at the start of the next billing cycle, if a scheduled change has been requested. This field is empty when no scheduled change is pending.
- Parameters:
nextPlan- The pricing plan that will become active at the start of the next billing cycle, if a scheduled change has been requested. This field is empty when no scheduled change is pending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextPlan
The pricing plan that will become active at the start of the next billing cycle, if a scheduled change has been requested. This field is empty when no scheduled change is pending.
- Parameters:
nextPlan- The pricing plan that will become active at the start of the next billing cycle, if a scheduled change has been requested. This field is empty when no scheduled change is pending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-