public static interface DeleteStackInstancesRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DeleteStackInstancesRequest.Builder,DeleteStackInstancesRequest>
Modifier and Type | Method and Description |
---|---|
DeleteStackInstancesRequest.Builder |
accounts(Collection<String> accounts)
The names of the AWS accounts that you want to delete stack instances for.
|
DeleteStackInstancesRequest.Builder |
accounts(String... accounts)
The names of the AWS accounts that you want to delete stack instances for.
|
DeleteStackInstancesRequest.Builder |
operationId(String operationId)
The unique identifier for this stack set operation.
|
default DeleteStackInstancesRequest.Builder |
operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
DeleteStackInstancesRequest.Builder |
operationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
DeleteStackInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteStackInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteStackInstancesRequest.Builder |
regions(Collection<String> regions)
The regions where you want to delete stack set instances.
|
DeleteStackInstancesRequest.Builder |
regions(String... regions)
The regions where you want to delete stack set instances.
|
DeleteStackInstancesRequest.Builder |
retainStacks(Boolean retainStacks)
Removes the stack instances from the specified stack set, but doesn't delete the stacks.
|
DeleteStackInstancesRequest.Builder |
stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to delete stack instances for.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteStackInstancesRequest.Builder stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to delete stack instances for.
stackSetName
- The name or unique ID of the stack set that you want to delete stack instances for.DeleteStackInstancesRequest.Builder accounts(Collection<String> accounts)
The names of the AWS accounts that you want to delete stack instances for.
accounts
- The names of the AWS accounts that you want to delete stack instances for.DeleteStackInstancesRequest.Builder accounts(String... accounts)
The names of the AWS accounts that you want to delete stack instances for.
accounts
- The names of the AWS accounts that you want to delete stack instances for.DeleteStackInstancesRequest.Builder regions(Collection<String> regions)
The regions where you want to delete stack set instances.
regions
- The regions where you want to delete stack set instances.DeleteStackInstancesRequest.Builder regions(String... regions)
The regions where you want to delete stack set instances.
regions
- The regions where you want to delete stack set instances.DeleteStackInstancesRequest.Builder operationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
operationPreferences
- Preferences for how AWS CloudFormation performs this stack set operation.default DeleteStackInstancesRequest.Builder operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
This is a convenience that creates an instance of theStackSetOperationPreferences.Builder
avoiding
the need to create one manually via StackSetOperationPreferences.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to operationPreferences(StackSetOperationPreferences)
.operationPreferences
- a consumer that will call methods on StackSetOperationPreferences.Builder
operationPreferences(StackSetOperationPreferences)
DeleteStackInstancesRequest.Builder retainStacks(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.
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.
DeleteStackInstancesRequest.Builder operationId(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
.
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
.
DeleteStackInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteStackInstancesRequest.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.