public static interface DeploymentTargets.Builder extends SdkPojo, CopyableBuilder<DeploymentTargets.Builder,DeploymentTargets>
| Modifier and Type | Method and Description |
|---|---|
DeploymentTargets.Builder |
accounts(Collection<String> accounts)
The names of one or more AWS accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
accounts(String... accounts)
The names of one or more AWS accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
organizationalUnitIds(Collection<String> organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
|
DeploymentTargets.Builder |
organizationalUnitIds(String... organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentTargets.Builder accounts(Collection<String> accounts)
The names of one or more AWS accounts for which you want to deploy stack set updates.
accounts - The names of one or more AWS accounts for which you want to deploy stack set updates.DeploymentTargets.Builder accounts(String... accounts)
The names of one or more AWS accounts for which you want to deploy stack set updates.
accounts - The names of one or more AWS accounts for which you want to deploy stack set updates.DeploymentTargets.Builder organizationalUnitIds(Collection<String> organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
organizationalUnitIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.DeploymentTargets.Builder organizationalUnitIds(String... organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
organizationalUnitIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.Copyright © 2020. All rights reserved.