CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.administrationRoleARN(String administrationRoleARN) |
The Amazon Resource Name (ARN) of the IAM role to use to create this stack set.
|
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).
|
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).
|
static CreateStackSetRequest.Builder |
CreateStackSetRequest.builder() |
|
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.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.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.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.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.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.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.
|
default CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.managedExecution(Consumer<ManagedExecution.Builder> managedExecution) |
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
operations.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.managedExecution(ManagedExecution managedExecution) |
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
operations.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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(String permissionModel) |
Describes how the IAM roles required for stack set operations are created.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.permissionModel(PermissionModels 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() |
|