Interface DeploymentTargets.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeploymentTargets.Builder,
,DeploymentTargets> SdkBuilder<DeploymentTargets.Builder,
,DeploymentTargets> SdkPojo
- Enclosing class:
DeploymentTargets
-
Method Summary
Modifier and TypeMethodDescriptionaccountFilterType
(String accountFilterType) Limit deployment targets to individual accounts or include additional accounts with provided OUs.accountFilterType
(AccountFilterType accountFilterType) Limit deployment targets to individual accounts or include additional accounts with provided OUs.The account IDs of the Amazon Web Services accounts.accounts
(Collection<String> accounts) The account IDs of the Amazon Web Services accounts.accountsUrl
(String accountsUrl) The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs.organizationalUnitIds
(String... organizationalUnitIds) The organization root ID or organizational unit (OU) IDs.organizationalUnitIds
(Collection<String> organizationalUnitIds) The organization root ID or organizational unit (OU) IDs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accounts
The account IDs of the Amazon Web Services accounts. If you have many account numbers, you can provide those accounts using the
AccountsUrl
property instead.- Parameters:
accounts
- The account IDs of the Amazon Web Services accounts. If you have many account numbers, you can provide those accounts using theAccountsUrl
property instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accounts
The account IDs of the Amazon Web Services accounts. If you have many account numbers, you can provide those accounts using the
AccountsUrl
property instead.- Parameters:
accounts
- The account IDs of the Amazon Web Services accounts. If you have many account numbers, you can provide those accounts using theAccountsUrl
property instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountsUrl
The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs. The file format must be either
.csv
or.txt
, and the data can be comma-separated or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000 accounts).- Parameters:
accountsUrl
- The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs. The file format must be either.csv
or.txt
, and the data can be comma-separated or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000 accounts).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitIds
The organization root ID or organizational unit (OU) IDs.
- Parameters:
organizationalUnitIds
- The organization root ID or organizational unit (OU) IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitIds
The organization root ID or organizational unit (OU) IDs.
- Parameters:
organizationalUnitIds
- The organization root ID or organizational unit (OU) IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountFilterType
Limit deployment targets to individual accounts or include additional accounts with provided OUs.
The following is a list of possible values for the
AccountFilterType
operation.-
INTERSECTION
: StackSets deploys to the accounts specified inAccounts
parameter. -
DIFFERENCE
: StackSets excludes the accounts specified inAccounts
parameter. This enables user to avoid certain accounts within an OU such as suspended accounts. -
UNION
: StackSets includes additional accounts deployment targets.This is the default value if
AccountFilterType
is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests. -
NONE
: Deploys to all the accounts in specified organizational units (OU).
- Parameters:
accountFilterType
- Limit deployment targets to individual accounts or include additional accounts with provided OUs.The following is a list of possible values for the
AccountFilterType
operation.-
INTERSECTION
: StackSets deploys to the accounts specified inAccounts
parameter. -
DIFFERENCE
: StackSets excludes the accounts specified inAccounts
parameter. This enables user to avoid certain accounts within an OU such as suspended accounts. -
UNION
: StackSets includes additional accounts deployment targets.This is the default value if
AccountFilterType
is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests. -
NONE
: Deploys to all the accounts in specified organizational units (OU).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
accountFilterType
Limit deployment targets to individual accounts or include additional accounts with provided OUs.
The following is a list of possible values for the
AccountFilterType
operation.-
INTERSECTION
: StackSets deploys to the accounts specified inAccounts
parameter. -
DIFFERENCE
: StackSets excludes the accounts specified inAccounts
parameter. This enables user to avoid certain accounts within an OU such as suspended accounts. -
UNION
: StackSets includes additional accounts deployment targets.This is the default value if
AccountFilterType
is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests. -
NONE
: Deploys to all the accounts in specified organizational units (OU).
- Parameters:
accountFilterType
- Limit deployment targets to individual accounts or include additional accounts with provided OUs.The following is a list of possible values for the
AccountFilterType
operation.-
INTERSECTION
: StackSets deploys to the accounts specified inAccounts
parameter. -
DIFFERENCE
: StackSets excludes the accounts specified inAccounts
parameter. This enables user to avoid certain accounts within an OU such as suspended accounts. -
UNION
: StackSets includes additional accounts deployment targets.This is the default value if
AccountFilterType
is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests. -
NONE
: Deploys to all the accounts in specified organizational units (OU).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-