Interface RenewalTermConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RenewalTermConfiguration.Builder,RenewalTermConfiguration>,SdkBuilder<RenewalTermConfiguration.Builder,RenewalTermConfiguration>,SdkPojo
- Enclosing class:
- RenewalTermConfiguration
public static interface RenewalTermConfiguration.Builder extends SdkPojo, CopyableBuilder<RenewalTermConfiguration.Builder,RenewalTermConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RenewalTermConfiguration.BuilderenableAutoRenew(Boolean enableAutoRenew)Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle.-
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
-
enableAutoRenew
RenewalTermConfiguration.Builder enableAutoRenew(Boolean enableAutoRenew)
Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle. Can be set to
TrueorFalse.- Parameters:
enableAutoRenew- Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle. Can be set toTrueorFalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-