Interface AccountGrouping.Builder

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

      AccountGrouping.Builder responsibilityTransferArn(String responsibilityTransferArn)

      The Amazon Resource Name (ARN) that identifies the transfer relationship owned by the Bill Transfer account (caller account). When specified, the PrimaryAccountId is no longer required.

      Parameters:
      responsibilityTransferArn - The Amazon Resource Name (ARN) that identifies the transfer relationship owned by the Bill Transfer account (caller account). When specified, the PrimaryAccountId is no longer required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.