public static interface CreateStackInstancesRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<CreateStackInstancesRequest.Builder,CreateStackInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStackInstancesRequest.Builder |
accounts(Collection<String> accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
|
CreateStackInstancesRequest.Builder |
accounts(String... accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
|
CreateStackInstancesRequest.Builder |
operationId(String operationId)
The unique identifier for this stack set operation.
|
default CreateStackInstancesRequest.Builder |
operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
CreateStackInstancesRequest.Builder |
operationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
CreateStackInstancesRequest.Builder |
regions(Collection<String> regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
|
CreateStackInstancesRequest.Builder |
regions(String... regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
|
CreateStackInstancesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateStackInstancesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateStackInstancesRequest.Builder |
stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to create stack instances from.
|
buildrequestOverrideConfigcopyapply, buildCreateStackInstancesRequest.Builder stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to create stack instances from.
stackSetName - The name or unique ID of the stack set that you want to create stack instances from.CreateStackInstancesRequest.Builder accounts(Collection<String> accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
accounts - The names of one or more AWS accounts that you want to create stack instances in the specified
region(s) for.CreateStackInstancesRequest.Builder accounts(String... accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
accounts - The names of one or more AWS accounts that you want to create stack instances in the specified
region(s) for.CreateStackInstancesRequest.Builder regions(Collection<String> regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
regions - The names of one or more regions where you want to create stack instances using the specified AWS
account(s).CreateStackInstancesRequest.Builder regions(String... regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
regions - The names of one or more regions where you want to create stack instances using the specified AWS
account(s).CreateStackInstancesRequest.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 CreateStackInstancesRequest.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.BuilderoperationPreferences(StackSetOperationPreferences)CreateStackInstancesRequest.Builder operationId(String operationId)
The unique identifier for this stack set operation.
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 might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
If you don't specify an operation ID, the SDK generates one automatically.
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.
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 might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
If you don't specify an operation ID, the SDK generates one automatically.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED.
CreateStackInstancesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateStackInstancesRequest.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.