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 accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
accounts(String... accounts)
The names of one or more accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
accountsUrl(String accountsUrl)
Returns the value of the
AccountsUrl property. |
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 accounts for which you want to deploy stack set updates.
accounts - The names of one or more accounts for which you want to deploy stack set updates.DeploymentTargets.Builder accounts(String... accounts)
The names of one or more accounts for which you want to deploy stack set updates.
accounts - The names of one or more accounts for which you want to deploy stack set updates.DeploymentTargets.Builder accountsUrl(String accountsUrl)
Returns the value of the AccountsUrl property.
accountsUrl - Returns the value of the AccountsUrl property.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 © 2021. All rights reserved.