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) Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.accountFilterType(AccountFilterType accountFilterType) Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.The Amazon Web Services account IDs where you want to perform stack operations.accounts(Collection<String> accounts) The Amazon Web Services account IDs where you want to perform stack operations.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 where you want to perform stack operations.organizationalUnitIds(Collection<String> organizationalUnitIds) The organization root ID or organizational unit (OU) IDs where you want to perform stack operations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accounts
The Amazon Web Services account IDs where you want to perform stack operations. How these accounts are used depends on the
AccountFilterTypeproperty.If you have many account numbers, you can provide those accounts using the
AccountsUrlproperty instead.- Parameters:
accounts- The Amazon Web Services account IDs where you want to perform stack operations. How these accounts are used depends on theAccountFilterTypeproperty.If you have many account numbers, you can provide those accounts using the
AccountsUrlproperty instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accounts
The Amazon Web Services account IDs where you want to perform stack operations. How these accounts are used depends on the
AccountFilterTypeproperty.If you have many account numbers, you can provide those accounts using the
AccountsUrlproperty instead.- Parameters:
accounts- The Amazon Web Services account IDs where you want to perform stack operations. How these accounts are used depends on theAccountFilterTypeproperty.If you have many account numbers, you can provide those accounts using the
AccountsUrlproperty 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
.csvor.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).This property serves the same purpose as
Accountsbut allows you to specify a large number of 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.csvor.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).This property serves the same purpose as
Accountsbut allows you to specify a large number of 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 where you want to perform stack operations. CloudFormation will perform operations on accounts within these OUs and their child OUs.
- Parameters:
organizationalUnitIds- The organization root ID or organizational unit (OU) IDs where you want to perform stack operations. CloudFormation will perform operations on accounts within these OUs and their child OUs.- 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 where you want to perform stack operations. CloudFormation will perform operations on accounts within these OUs and their child OUs.
- Parameters:
organizationalUnitIds- The organization root ID or organizational unit (OU) IDs where you want to perform stack operations. CloudFormation will perform operations on accounts within these OUs and their child OUs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountFilterType
Refines which accounts will have stack operations performed on them by specifying how to use the
AccountsandOrganizationalUnitIdsproperties together.The following values determine how CloudFormation selects target accounts:
-
INTERSECTION: Performs stack operations only on specific individual accounts within the selected OUs. Only accounts that are both specified in theAccountsproperty and belong to the specified OUs will be targeted. -
DIFFERENCE: Performs stack operations on all accounts in the selected OUs except for specific accounts listed in theAccountsproperty. This enables you to exclude certain accounts within an OU, such as suspended accounts. -
UNION: Performs stack operations on the specified OUs plus additional individual accounts listed in theAccountsproperty. This is the default value ifAccountFilterTypeis not provided. This lets you target an entire OU and individual accounts from a different OU in one request. Note thatUNIONis not supported forCreateStackInstancesoperations. -
NONE: Performs stack operations on all accounts in the specified organizational units (OUs).
- Parameters:
accountFilterType- Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.The following values determine how CloudFormation selects target accounts:
-
INTERSECTION: Performs stack operations only on specific individual accounts within the selected OUs. Only accounts that are both specified in theAccountsproperty and belong to the specified OUs will be targeted. -
DIFFERENCE: Performs stack operations on all accounts in the selected OUs except for specific accounts listed in theAccountsproperty. This enables you to exclude certain accounts within an OU, such as suspended accounts. -
UNION: Performs stack operations on the specified OUs plus additional individual accounts listed in theAccountsproperty. This is the default value ifAccountFilterTypeis not provided. This lets you target an entire OU and individual accounts from a different OU in one request. Note thatUNIONis not supported forCreateStackInstancesoperations. -
NONE: Performs stack operations on all accounts in the specified organizational units (OUs).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
accountFilterType
Refines which accounts will have stack operations performed on them by specifying how to use the
AccountsandOrganizationalUnitIdsproperties together.The following values determine how CloudFormation selects target accounts:
-
INTERSECTION: Performs stack operations only on specific individual accounts within the selected OUs. Only accounts that are both specified in theAccountsproperty and belong to the specified OUs will be targeted. -
DIFFERENCE: Performs stack operations on all accounts in the selected OUs except for specific accounts listed in theAccountsproperty. This enables you to exclude certain accounts within an OU, such as suspended accounts. -
UNION: Performs stack operations on the specified OUs plus additional individual accounts listed in theAccountsproperty. This is the default value ifAccountFilterTypeis not provided. This lets you target an entire OU and individual accounts from a different OU in one request. Note thatUNIONis not supported forCreateStackInstancesoperations. -
NONE: Performs stack operations on all accounts in the specified organizational units (OUs).
- Parameters:
accountFilterType- Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.The following values determine how CloudFormation selects target accounts:
-
INTERSECTION: Performs stack operations only on specific individual accounts within the selected OUs. Only accounts that are both specified in theAccountsproperty and belong to the specified OUs will be targeted. -
DIFFERENCE: Performs stack operations on all accounts in the selected OUs except for specific accounts listed in theAccountsproperty. This enables you to exclude certain accounts within an OU, such as suspended accounts. -
UNION: Performs stack operations on the specified OUs plus additional individual accounts listed in theAccountsproperty. This is the default value ifAccountFilterTypeis not provided. This lets you target an entire OU and individual accounts from a different OU in one request. Note thatUNIONis not supported forCreateStackInstancesoperations. -
NONE: Performs stack operations on all accounts in the specified organizational units (OUs).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-