Interface ListAccountAssociationsFilter.Builder

    • Method Detail

      • association

        ListAccountAssociationsFilter.Builder association​(String association)

        MONITORED: linked accounts that are associated to billing groups.

        UNMONITORED: linked accounts that are not associated to billing groups.

        Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.

        Parameters:
        association - MONITORED: linked accounts that are associated to billing groups.

        UNMONITORED: linked accounts that are not associated to billing groups.

        Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        ListAccountAssociationsFilter.Builder accountId​(String accountId)

        The Amazon Web Services account ID to filter on.

        Parameters:
        accountId - The Amazon Web Services account ID to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        ListAccountAssociationsFilter.Builder accountIds​(Collection<String> accountIds)

        The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.

        Parameters:
        accountIds - The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        ListAccountAssociationsFilter.Builder accountIds​(String... accountIds)

        The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.

        Parameters:
        accountIds - The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.