Interface ListContactsResponse.Builder

    • Method Detail

      • contacts

        ListContactsResponse.Builder contacts​(Collection<Contact> contacts)

        The contacts present in a specific contact list.

        Parameters:
        contacts - The contacts present in a specific contact list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contacts

        ListContactsResponse.Builder contacts​(Contact... contacts)

        The contacts present in a specific contact list.

        Parameters:
        contacts - The contacts present in a specific contact list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListContactsResponse.Builder nextToken​(String nextToken)

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

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