Interface ListCustomLineItemsFilter.Builder

    • 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.