public static interface AccountGrouping.Builder extends SdkPojo, CopyableBuilder<AccountGrouping.Builder,AccountGrouping>
| Modifier and Type | Method and Description |
|---|---|
AccountGrouping.Builder |
autoAssociate(Boolean autoAssociate)
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that
join your consolidated billing family.
|
AccountGrouping.Builder |
linkedAccountIds(Collection<String> linkedAccountIds)
The account IDs that make up the billing group.
|
AccountGrouping.Builder |
linkedAccountIds(String... linkedAccountIds)
The account IDs that make up the billing group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountGrouping.Builder linkedAccountIds(Collection<String> linkedAccountIds)
The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.
linkedAccountIds - The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing
family, and not associated with another billing group.AccountGrouping.Builder linkedAccountIds(String... linkedAccountIds)
The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.
linkedAccountIds - The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing
family, and not associated with another billing group.AccountGrouping.Builder autoAssociate(Boolean autoAssociate)
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
autoAssociate - Specifies if this billing group will automatically associate newly added Amazon Web Services accounts
that join your consolidated billing family.Copyright © 2023. All rights reserved.