Interface RenewalSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RenewalSettings.Builder,,RenewalSettings> SdkBuilder<RenewalSettings.Builder,,RenewalSettings> SdkPojo
- Enclosing class:
 RenewalSettings
public static interface RenewalSettings.Builder
extends SdkPojo, CopyableBuilder<RenewalSettings.Builder,RenewalSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptionautomaticRenewal(String automaticRenewal) Automatic renewal status for the reservationautomaticRenewal(ReservationAutomaticRenewal automaticRenewal) Automatic renewal status for the reservationrenewalCount(Integer renewalCount) Count for the reservation renewalMethods 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
- 
automaticRenewal
Automatic renewal status for the reservation- Parameters:
 automaticRenewal- Automatic renewal status for the reservation- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
automaticRenewal
Automatic renewal status for the reservation- Parameters:
 automaticRenewal- Automatic renewal status for the reservation- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
renewalCount
Count for the reservation renewal- Parameters:
 renewalCount- Count for the reservation renewal- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -