Interface ListCustomLineItemsFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListCustomLineItemsFilter.Builder,ListCustomLineItemsFilter>,SdkBuilder<ListCustomLineItemsFilter.Builder,ListCustomLineItemsFilter>,SdkPojo
- Enclosing class:
- ListCustomLineItemsFilter
public static interface ListCustomLineItemsFilter.Builder extends SdkPojo, CopyableBuilder<ListCustomLineItemsFilter.Builder,ListCustomLineItemsFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomLineItemsFilter.BuilderaccountIds(String... accountIds)The Amazon Web Services accounts in which this custom line item will be applied to.ListCustomLineItemsFilter.BuilderaccountIds(Collection<String> accountIds)The Amazon Web Services accounts in which this custom line item will be applied to.ListCustomLineItemsFilter.Builderarns(String... arns)A list of custom line item ARNs to retrieve information.ListCustomLineItemsFilter.Builderarns(Collection<String> arns)A list of custom line item ARNs to retrieve information.ListCustomLineItemsFilter.BuilderbillingGroups(String... billingGroups)The billing group Amazon Resource Names (ARNs) to retrieve information.ListCustomLineItemsFilter.BuilderbillingGroups(Collection<String> billingGroups)The billing group Amazon Resource Names (ARNs) to retrieve information.ListCustomLineItemsFilter.Buildernames(String... names)A list of custom line items to retrieve information.ListCustomLineItemsFilter.Buildernames(Collection<String> names)A list of custom line items to retrieve information.-
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, sdkFields
-
-
-
-
Method Detail
-
names
ListCustomLineItemsFilter.Builder names(Collection<String> names)
A list of custom line items to retrieve information.
- Parameters:
names- A list of custom line items to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ListCustomLineItemsFilter.Builder names(String... names)
A list of custom line items to retrieve information.
- Parameters:
names- A list of custom line items to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroups
ListCustomLineItemsFilter.Builder billingGroups(Collection<String> billingGroups)
The billing group Amazon Resource Names (ARNs) to retrieve information.
- Parameters:
billingGroups- The billing group Amazon Resource Names (ARNs) to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroups
ListCustomLineItemsFilter.Builder billingGroups(String... billingGroups)
The billing group Amazon Resource Names (ARNs) to retrieve information.
- Parameters:
billingGroups- The billing group Amazon Resource Names (ARNs) to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arns
ListCustomLineItemsFilter.Builder arns(Collection<String> arns)
A list of custom line item ARNs to retrieve information.
- Parameters:
arns- A list of custom line item ARNs to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arns
ListCustomLineItemsFilter.Builder arns(String... arns)
A list of custom line item ARNs to retrieve information.
- Parameters:
arns- A list of custom line item ARNs to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListCustomLineItemsFilter.Builder accountIds(Collection<String> accountIds)
The Amazon Web Services accounts in which this custom line item will be applied to.
- Parameters:
accountIds- The Amazon Web Services accounts in which this custom line item will be applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListCustomLineItemsFilter.Builder accountIds(String... accountIds)
The Amazon Web Services accounts in which this custom line item will be applied to.
- Parameters:
accountIds- The Amazon Web Services accounts in which this custom line item will be applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-