Interface RenewalTermConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RenewalTermConfiguration.Builder,
,RenewalTermConfiguration> SdkBuilder<RenewalTermConfiguration.Builder,
,RenewalTermConfiguration> SdkPojo
- Enclosing class:
RenewalTermConfiguration
@Mutable
@NotThreadSafe
public static interface RenewalTermConfiguration.Builder
extends SdkPojo, CopyableBuilder<RenewalTermConfiguration.Builder,RenewalTermConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionenableAutoRenew
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
enableAutoRenew
Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle. Can be set to
True
orFalse
.- Parameters:
enableAutoRenew
- Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle. Can be set toTrue
orFalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-