Interface EksAnywhereSubscriptionTerm.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EksAnywhereSubscriptionTerm.Builder,,EksAnywhereSubscriptionTerm> SdkBuilder<EksAnywhereSubscriptionTerm.Builder,,EksAnywhereSubscriptionTerm> SdkPojo
- Enclosing class:
 EksAnywhereSubscriptionTerm
public static interface EksAnywhereSubscriptionTerm.Builder
extends SdkPojo, CopyableBuilder<EksAnywhereSubscriptionTerm.Builder,EksAnywhereSubscriptionTerm> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe duration of the subscription term.The term unit of the subscription.The term unit of the subscription.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, sdkFields 
- 
Method Details
- 
duration
The duration of the subscription term. Valid values are 12 and 36, indicating a 12 month or 36 month subscription.
- Parameters:
 duration- The duration of the subscription term. Valid values are 12 and 36, indicating a 12 month or 36 month subscription.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unit
The term unit of the subscription. Valid value is MONTHS.
- Parameters:
 unit- The term unit of the subscription. Valid value is MONTHS.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
unit
The term unit of the subscription. Valid value is MONTHS.
- Parameters:
 unit- The term unit of the subscription. Valid value is MONTHS.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -