@Stability(value=Stable) public static final class CfnStackSet.DeploymentTargetsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStackSet.DeploymentTargetsProperty>
CfnStackSet.DeploymentTargetsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStackSet.DeploymentTargetsProperty.Builder |
accounts(List<String> accounts)
Sets the value of
CfnStackSet.DeploymentTargetsProperty.getAccounts() |
CfnStackSet.DeploymentTargetsProperty |
build()
Builds the configured instance.
|
CfnStackSet.DeploymentTargetsProperty.Builder |
organizationalUnitIds(List<String> organizationalUnitIds)
Sets the value of
CfnStackSet.DeploymentTargetsProperty.getOrganizationalUnitIds() |
@Stability(value=Stable) public CfnStackSet.DeploymentTargetsProperty.Builder accounts(List<String> accounts)
CfnStackSet.DeploymentTargetsProperty.getAccounts()
accounts
- The names of one or more AWS accounts for which you want to deploy stack set updates.
Pattern : ^[0-9]{12}$
this
@Stability(value=Stable) public CfnStackSet.DeploymentTargetsProperty.Builder organizationalUnitIds(List<String> organizationalUnitIds)
CfnStackSet.DeploymentTargetsProperty.getOrganizationalUnitIds()
organizationalUnitIds
- The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
Pattern : ^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$
this
@Stability(value=Stable) public CfnStackSet.DeploymentTargetsProperty build()
build
in interface software.amazon.jsii.Builder<CfnStackSet.DeploymentTargetsProperty>
CfnStackSet.DeploymentTargetsProperty
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.