Interface InvoiceUnitRule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvoiceUnitRule.Builder,,InvoiceUnitRule> SdkBuilder<InvoiceUnitRule.Builder,,InvoiceUnitRule> SdkPojo
- Enclosing class:
InvoiceUnitRule
@Mutable
@NotThreadSafe
public static interface InvoiceUnitRule.Builder
extends SdkPojo, CopyableBuilder<InvoiceUnitRule.Builder,InvoiceUnitRule>
-
Method Summary
Modifier and TypeMethodDescriptionlinkedAccounts(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.
-