@Generated(value="software.amazon.awssdk:codegen") public final class DeleteStackInstancesRequest extends CloudFormationRequest implements ToCopyableBuilder<DeleteStackInstancesRequest.Builder,DeleteStackInstancesRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteStackInstancesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
accounts()
The names of the AWS accounts that you want to delete stack instances for.
|
static DeleteStackInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
operationId()
The unique identifier for this stack set operation.
|
StackSetOperationPreferences |
operationPreferences()
Preferences for how AWS CloudFormation performs this stack set operation.
|
List<String> |
regions()
The regions where you want to delete stack set instances.
|
Boolean |
retainStacks()
Removes the stack instances from the specified stack set, but doesn't delete the stacks.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteStackInstancesRequest.Builder> |
serializableBuilderClass() |
String |
stackSetName()
The name or unique ID of the stack set that you want to delete stack instances for.
|
DeleteStackInstancesRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String stackSetName()
The name or unique ID of the stack set that you want to delete stack instances for.
public List<String> accounts()
The names of the AWS accounts that you want to delete stack instances for.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> regions()
The regions where you want to delete stack set instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public StackSetOperationPreferences operationPreferences()
Preferences for how AWS CloudFormation performs this stack set operation.
public Boolean retainStacks()
Removes the stack instances from the specified stack set, but doesn't delete the stacks. You can't reassociate a retained stack or add an existing, saved stack to a new stack set.
For more information, see Stack set operation options.
For more information, see Stack set operation options.
public String operationId()
The unique identifier for this stack set operation.
If you don't specify an operation ID, the SDK generates one automatically.
The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You can retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED
.
If you don't specify an operation ID, the SDK generates one automatically.
The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You can retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED
.
public DeleteStackInstancesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteStackInstancesRequest.Builder,DeleteStackInstancesRequest>
toBuilder
in class CloudFormationRequest
public static DeleteStackInstancesRequest.Builder builder()
public static Class<? extends DeleteStackInstancesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.