public static interface DeleteAutoScalingGroupRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAutoScalingGroupRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the group to delete.
|
DeleteAutoScalingGroupRequest.Builder |
forceDelete(Boolean forceDelete)
Specifies that the group will be deleted along with all instances associated with the group, without waiting
for all instances to be terminated.
|
DeleteAutoScalingGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteAutoScalingGroupRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the group to delete.
autoScalingGroupName - The name of the group to delete.DeleteAutoScalingGroupRequest.Builder forceDelete(Boolean forceDelete)
Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.
forceDelete - Specifies that the group will be deleted along with all instances associated with the group, without
waiting for all instances to be terminated. This parameter also deletes any lifecycle actions
associated with the group.DeleteAutoScalingGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.