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 |
autoDeployment(AutoDeployment autoDeployment)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts
that are added to a target organization or organizational unit (OU).
|
default StackSet.Builder |
autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts
that are added to a target organization or organizational unit (OU).
|
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 |
organizationalUnitIds(Collection<String> organizationalUnitIds)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
DeploymentTargets.
|
StackSet.Builder |
organizationalUnitIds(String... organizationalUnitIds)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
DeploymentTargets.
|
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 |
permissionModel(PermissionModels permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
StackSet.Builder |
permissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
StackSet.Builder |
stackSetARN(String stackSetARN)
The Amazon Resource Number (ARN) of the stack set.
|
default StackSet.Builder |
stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
StackSet.Builder |
stackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStackSet.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,
StackSetStatusStackSet.Builder status(StackSetStatus status)
The status of the stack set.
status - The status of the stack set.StackSetStatus,
StackSetStatusStackSet.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 Amazon Web Services account—for example, by creating new Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in 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 Amazon Web Services account—for example, by creating new Identity
and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in 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 Amazon Web Services account—for example, by creating new Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in 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 Amazon Web Services account—for example, by creating new Identity
and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in 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 Amazon Web Services account—for example, by creating new Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in 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 Amazon Web Services account—for example, by creating new Identity
and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in 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 Amazon Web Services account—for example, by creating new Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in 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 Amazon Web Services account—for example, by creating new Identity
and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in 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 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 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.
StackSet.Builder stackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
For stack sets, contains information about the last completed drift operation performed on the stack set. Information about drift operations currently in progress is not included.
stackSetDriftDetectionDetails - Detailed information about the drift status of the stack set.
For stack sets, contains information about the last completed drift operation performed on the stack set. Information about drift operations currently in progress is not included.
default StackSet.Builder stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
For stack sets, contains information about the last completed drift operation performed on the stack set. Information about drift operations currently in progress is not included.
This is a convenience that creates an instance of theStackSetDriftDetectionDetails.Builder avoiding
the need to create one manually via StackSetDriftDetectionDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to stackSetDriftDetectionDetails(StackSetDriftDetectionDetails)
.stackSetDriftDetectionDetails - a consumer that will call methods on StackSetDriftDetectionDetails.BuilderstackSetDriftDetectionDetails(StackSetDriftDetectionDetails)StackSet.Builder autoDeployment(AutoDeployment autoDeployment)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
autoDeployment - [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
accounts that are added to a target organization or organizational unit (OU).default StackSet.Builder autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
This is a convenience that creates an instance of theAutoDeployment.Builder avoiding the need to
create one manually via AutoDeployment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoDeployment(AutoDeployment).autoDeployment - a consumer that will call methods on AutoDeployment.BuilderautoDeployment(AutoDeployment)StackSet.Builder permissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
With self-managed permissions, you must create the administrator and execution roles required to
deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions.
With service-managed permissions, StackSets automatically creates the IAM roles required to
deploy to accounts managed by Organizations. For more information, see Grant
Service-Managed Stack Set Permissions.
permissionModel - Describes how the IAM roles required for stack set operations are created.
With self-managed permissions, you must create the administrator and execution roles
required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions.
With service-managed permissions, StackSets automatically creates the IAM roles required
to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
PermissionModels,
PermissionModelsStackSet.Builder permissionModel(PermissionModels permissionModel)
Describes how the IAM roles required for stack set operations are created.
With self-managed permissions, you must create the administrator and execution roles required to
deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions.
With service-managed permissions, StackSets automatically creates the IAM roles required to
deploy to accounts managed by Organizations. For more information, see Grant
Service-Managed Stack Set Permissions.
permissionModel - Describes how the IAM roles required for stack set operations are created.
With self-managed permissions, you must create the administrator and execution roles
required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions.
With service-managed permissions, StackSets automatically creates the IAM roles required
to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
PermissionModels,
PermissionModelsStackSet.Builder organizationalUnitIds(Collection<String> organizationalUnitIds)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
organizationalUnitIds - [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you
specified for DeploymentTargets.StackSet.Builder organizationalUnitIds(String... organizationalUnitIds)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
organizationalUnitIds - [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you
specified for DeploymentTargets.Copyright © 2021. All rights reserved.