Interface InvoiceUnitRule.Builder

  • Method Details

    • linkedAccounts

      InvoiceUnitRule.Builder linkedAccounts(Collection<String> linkedAccounts)

      The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.

      Parameters:
      linkedAccounts - The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkedAccounts

      InvoiceUnitRule.Builder linkedAccounts(String... linkedAccounts)

      The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.

      Parameters:
      linkedAccounts - The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • billSourceAccounts

      InvoiceUnitRule.Builder billSourceAccounts(Collection<String> billSourceAccounts)

      A list of Amazon Web Services account account IDs that have delegated their billing responsibility to the receiver account through transfer billing. Unlike linked accounts, these bill source accounts can be payer accounts from other organizations that have authorized billing transfer to this account.

      Parameters:
      billSourceAccounts - A list of Amazon Web Services account account IDs that have delegated their billing responsibility to the receiver account through transfer billing. Unlike linked accounts, these bill source accounts can be payer accounts from other organizations that have authorized billing transfer to this account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • billSourceAccounts

      InvoiceUnitRule.Builder billSourceAccounts(String... billSourceAccounts)

      A list of Amazon Web Services account account IDs that have delegated their billing responsibility to the receiver account through transfer billing. Unlike linked accounts, these bill source accounts can be payer accounts from other organizations that have authorized billing transfer to this account.

      Parameters:
      billSourceAccounts - A list of Amazon Web Services account account IDs that have delegated their billing responsibility to the receiver account through transfer billing. Unlike linked accounts, these bill source accounts can be payer accounts from other organizations that have authorized billing transfer to this account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.