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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteAutoScalingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteAutoScalingGroupRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteAutoScalingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.