Interface GetListsMetadataResponse.Builder

    • Method Detail

      • lists

        GetListsMetadataResponse.Builder lists​(Collection<AllowDenyList> lists)

        The metadata of the specified list or all lists under the account.

        Parameters:
        lists - The metadata of the specified list or all lists under the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lists

        GetListsMetadataResponse.Builder lists​(AllowDenyList... lists)

        The metadata of the specified list or all lists under the account.

        Parameters:
        lists - The metadata of the specified list or all lists under the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetListsMetadataResponse.Builder nextToken​(String nextToken)

        The next page token.

        Parameters:
        nextToken - The next page token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.