| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateStackInstancesResponse> |
CloudFormationAsyncClient.createStackInstances(Consumer<CreateStackInstancesRequest.Builder> createStackInstancesRequest)
Creates stack instances for the specified accounts, within the specified Regions.
|
default CreateStackInstancesResponse |
CloudFormationClient.createStackInstances(Consumer<CreateStackInstancesRequest.Builder> createStackInstancesRequest)
Creates stack instances for the specified accounts, within the specified Regions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.accounts(Collection<String> accounts)
[
Self-managed permissions] The names of one or more AWS accounts that you want to create stack
instances in the specified Region(s) for. |
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.accounts(String... accounts)
[
Self-managed permissions] The names of one or more AWS accounts that you want to create stack
instances in the specified Region(s) for. |
static CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.builder() |
default CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts for which to create stack instances
in the specified Regions. |
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts for which to create stack instances
in the specified Regions. |
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.operationId(String operationId)
The unique identifier for this stack set operation.
|
default CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.parameterOverrides(Collection<Parameter> parameterOverrides)
A list of stack set parameters whose values you want to override in the selected stack instances.
|
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.parameterOverrides(Consumer<Parameter.Builder>... parameterOverrides)
A list of stack set parameters whose values you want to override in the selected stack instances.
|
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.parameterOverrides(Parameter... parameterOverrides)
A list of stack set parameters whose values you want to override in the selected stack instances.
|
CreateStackInstancesRequest.Builder |
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 |
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 |
CreateStackInstancesRequest.Builder.stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to create stack instances from.
|
CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateStackInstancesRequest.Builder> |
CreateStackInstancesRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.