public static interface DeleteWarmPoolRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DeleteWarmPoolRequest.Builder,DeleteWarmPoolRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteWarmPoolRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DeleteWarmPoolRequest.Builder |
forceDelete(Boolean forceDelete)
Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for
all instances to be terminated.
|
DeleteWarmPoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteWarmPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteWarmPoolRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DeleteWarmPoolRequest.Builder forceDelete(Boolean forceDelete)
Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.
forceDelete - Specifies that the warm pool is to be deleted along with all of its associated instances, without
waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle
actions associated with the warm pool instances.DeleteWarmPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteWarmPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.