Interface AccountGrouping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountGrouping.Builder,AccountGrouping>,SdkBuilder<AccountGrouping.Builder,AccountGrouping>,SdkPojo
- Enclosing class:
- AccountGrouping
public static interface AccountGrouping.Builder extends SdkPojo, CopyableBuilder<AccountGrouping.Builder,AccountGrouping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountGrouping.BuilderautoAssociate(Boolean autoAssociate)Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.AccountGrouping.BuilderlinkedAccountIds(String... linkedAccountIds)The account IDs that make up the billing group.AccountGrouping.BuilderlinkedAccountIds(Collection<String> linkedAccountIds)The account IDs that make up the billing group.-
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, sdkFields
-
-
-
-
Method Detail
-
linkedAccountIds
AccountGrouping.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedAccountIds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoAssociate
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.
- Parameters:
autoAssociate- Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-