Interface InvoiceUnitRule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvoiceUnitRule.Builder,,InvoiceUnitRule> SdkBuilder<InvoiceUnitRule.Builder,,InvoiceUnitRule> SdkPojo
- Enclosing class:
InvoiceUnitRule
-
Method Summary
Modifier and TypeMethodDescriptionbillSourceAccounts(String... billSourceAccounts) A list of Amazon Web Services account account IDs that have delegated their billing responsibility to the receiver account through transfer billing.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.linkedAccounts(String... linkedAccounts) The list ofLINKED_ACCOUNTIDs where charges are included within the invoice unit.linkedAccounts(Collection<String> linkedAccounts) The list ofLINKED_ACCOUNTIDs where charges are included within the invoice unit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
linkedAccounts
The list of
LINKED_ACCOUNTIDs where charges are included within the invoice unit.- Parameters:
linkedAccounts- The list ofLINKED_ACCOUNTIDs where charges are included within the invoice unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedAccounts
The list of
LINKED_ACCOUNTIDs where charges are included within the invoice unit.- Parameters:
linkedAccounts- The list ofLINKED_ACCOUNTIDs where charges are included within the invoice unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.
-