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.
|
DeleteAutoScalingGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.DeleteAutoScalingGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.