Interface InstanceReusePolicy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceReusePolicy.Builder,
,InstanceReusePolicy> SdkBuilder<InstanceReusePolicy.Builder,
,InstanceReusePolicy> SdkPojo
- Enclosing class:
InstanceReusePolicy
@Mutable
@NotThreadSafe
public static interface InstanceReusePolicy.Builder
extends SdkPojo, CopyableBuilder<InstanceReusePolicy.Builder,InstanceReusePolicy>
-
Method Summary
Modifier and TypeMethodDescriptionreuseOnScaleIn
(Boolean reuseOnScaleIn) Specifies whether instances in the Auto Scaling group can be returned to the warm pool on scale in.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
-
reuseOnScaleIn
Specifies whether instances in the Auto Scaling group can be returned to the warm pool on scale in.
- Parameters:
reuseOnScaleIn
- Specifies whether instances in the Auto Scaling group can be returned to the warm pool on scale in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-