Interface InvoiceUnitRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InvoiceUnitRule.Builder,InvoiceUnitRule>,SdkBuilder<InvoiceUnitRule.Builder,InvoiceUnitRule>,SdkPojo
- Enclosing class:
- InvoiceUnitRule
public static interface InvoiceUnitRule.Builder extends SdkPojo, CopyableBuilder<InvoiceUnitRule.Builder,InvoiceUnitRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvoiceUnitRule.BuilderlinkedAccounts(String... linkedAccounts)The list ofLINKED_ACCOUNTIDs where charges are included within the invoice unit.InvoiceUnitRule.BuilderlinkedAccounts(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
linkedAccounts
InvoiceUnitRule.Builder linkedAccounts(Collection<String> 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
InvoiceUnitRule.Builder linkedAccounts(String... 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.
-
-