Interface ListContactListsResponse.Builder

    • Method Detail

      • contactLists

        ListContactListsResponse.Builder contactLists​(Collection<ContactList> contactLists)

        The available contact lists.

        Parameters:
        contactLists - The available contact lists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactLists

        ListContactListsResponse.Builder contactLists​(ContactList... contactLists)

        The available contact lists.

        Parameters:
        contactLists - The available contact lists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListContactListsResponse.Builder nextToken​(String nextToken)

        A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to ListContactLists with the same parameters to retrieve the next page of contact lists.

        Parameters:
        nextToken - A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to ListContactLists with the same parameters to retrieve the next page of contact lists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.