| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateStackSetResponse |
CloudFormationClient.createStackSet(Consumer<CreateStackSetRequest.Builder> createStackSetRequest)
Creates a stack set.
|
default CompletableFuture<CreateStackSetResponse> |
CloudFormationAsyncClient.createStackSet(Consumer<CreateStackSetRequest.Builder> createStackSetRequest)
Creates a stack set.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.administrationRoleARN(String administrationRoleARN)
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.autoDeployment(AutoDeployment autoDeployment)
Describes whether StackSets automatically deploys to Organizations accounts that are added to the target
organization or organizational unit (OU).
|
default CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)
Describes whether StackSets automatically deploys to Organizations accounts that are added to the target
organization or organizational unit (OU).
|
static CreateStackSetRequest.Builder |
CreateStackSetRequest.builder() |
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.callAs(CallAs callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the
organization's management account or as a delegated administrator in a member account.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.callAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the
organization's management account or as a delegated administrator in a member account.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.capabilities(Capability... capabilities)
In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in
order for CloudFormation to create the stack set and related stack instances.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.capabilities(Collection<Capability> capabilities)
In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in
order for CloudFormation to create the stack set and related stack instances.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities)
In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in
order for CloudFormation to create the stack set and related stack instances.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.capabilitiesWithStrings(String... capabilities)
In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in
order for CloudFormation to create the stack set and related stack instances.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.clientRequestToken(String clientRequestToken)
A unique identifier for this
CreateStackSet request. |
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.description(String description)
A description of the stack set.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.executionRoleName(String executionRoleName)
The name of the IAM execution role to use to create the stack set.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.parameters(Collection<Parameter> parameters)
The input parameters for the stack set template.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.parameters(Consumer<Parameter.Builder>... parameters)
The input parameters for the stack set template.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.parameters(Parameter... parameters)
The input parameters for the stack set template.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.permissionModel(PermissionModels permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.permissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.stackId(String stackId)
The stack ID you are importing into a new stack set.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.stackSetName(String stackSetName)
The name to associate with the stack set.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.tags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.tags(Tag... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.templateBody(String templateBody)
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
bytes.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.templateURL(String templateURL)
The location of the file that contains the template body.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateStackSetRequest.Builder> |
CreateStackSetRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.