public static interface StackSet.Builder extends SdkPojo, CopyableBuilder<StackSet.Builder,StackSet>
Modifier and Type | Method and Description |
---|---|
StackSet.Builder |
administrationRoleARN(String administrationRoleARN)
The Amazon Resource Number (ARN) of the IAM role used to create or update the stack set.
|
StackSet.Builder |
capabilities(Capability... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet.Builder |
capabilities(Collection<Capability> capabilities)
The capabilities that are allowed in the stack set.
|
StackSet.Builder |
capabilitiesWithStrings(Collection<String> capabilities)
The capabilities that are allowed in the stack set.
|
StackSet.Builder |
capabilitiesWithStrings(String... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet.Builder |
description(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSet.Builder |
executionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
|
StackSet.Builder |
parameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
|
StackSet.Builder |
parameters(Consumer<Parameter.Builder>... parameters)
A list of input parameters for a stack set.
|
StackSet.Builder |
parameters(Parameter... parameters)
A list of input parameters for a stack set.
|
StackSet.Builder |
stackSetARN(String stackSetARN)
The Amazon Resource Number (ARN) of the stack set.
|
StackSet.Builder |
stackSetId(String stackSetId)
The ID of the stack set.
|
StackSet.Builder |
stackSetName(String stackSetName)
The name that's associated with the stack set.
|
StackSet.Builder |
status(StackSetStatus status)
The status of the stack set.
|
StackSet.Builder |
status(String status)
The status of the stack set.
|
StackSet.Builder |
tags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
StackSet.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that specify information about the stack set.
|
StackSet.Builder |
tags(Tag... tags)
A list of tags that specify information about the stack set.
|
StackSet.Builder |
templateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
|
copy
applyMutation, build
StackSet.Builder stackSetName(String stackSetName)
The name that's associated with the stack set.
stackSetName
- The name that's associated with the stack set.StackSet.Builder stackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.StackSet.Builder description(String description)
A description of the stack set that you specify when the stack set is created or updated.
description
- A description of the stack set that you specify when the stack set is created or updated.StackSet.Builder status(String status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
,
StackSetStatus
StackSet.Builder status(StackSetStatus status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
,
StackSetStatus
StackSet.Builder templateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
templateBody
- The structure that contains the body of the template that was used to create or update the stack set.StackSet.Builder parameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
parameters
- A list of input parameters for a stack set.StackSet.Builder parameters(Parameter... parameters)
A list of input parameters for a stack set.
parameters
- A list of input parameters for a stack set.StackSet.Builder parameters(Consumer<Parameter.Builder>... parameters)
A list of input parameters for a stack set.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #parameters(List)
.parameters
- a consumer that will call methods on List.Builder
#parameters(List)
StackSet.Builder capabilitiesWithStrings(Collection<String> capabilities)
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
capabilities
- The capabilities that are allowed in the stack set. Some stack set templates might include resources
that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access
Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.StackSet.Builder capabilitiesWithStrings(String... capabilities)
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
capabilities
- The capabilities that are allowed in the stack set. Some stack set templates might include resources
that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access
Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.StackSet.Builder capabilities(Collection<Capability> capabilities)
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
capabilities
- The capabilities that are allowed in the stack set. Some stack set templates might include resources
that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access
Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.StackSet.Builder capabilities(Capability... capabilities)
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
capabilities
- The capabilities that are allowed in the stack set. Some stack set templates might include resources
that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access
Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.StackSet.Builder tags(Collection<Tag> tags)
A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.
tags
- A list of tags that specify information about the stack set. A maximum number of 50 tags can be
specified.StackSet.Builder tags(Tag... tags)
A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.
tags
- A list of tags that specify information about the stack set. A maximum number of 50 tags can be
specified.StackSet.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
StackSet.Builder stackSetARN(String stackSetARN)
The Amazon Resource Number (ARN) of the stack set.
stackSetARN
- The Amazon Resource Number (ARN) of the stack set.StackSet.Builder administrationRoleARN(String administrationRoleARN)
The Amazon Resource Number (ARN) of the IAM role used to create or update the stack set.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Prerequisites: Granting Permissions for Stack Set Operations in the AWS CloudFormation User Guide.
administrationRoleARN
- The Amazon Resource Number (ARN) of the IAM role used to create or update the stack set.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Prerequisites: Granting Permissions for Stack Set Operations in the AWS CloudFormation User Guide.
StackSet.Builder executionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
executionRoleName
- The name of the IAM execution role used to create or update the stack set.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.