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 Details

    • 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.