CopyableBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>
, SdkBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>
public static interface DeleteAutoScalingGroupRequest.Builder extends CopyableBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>
Modifier and Type | Method | 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.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.