Interface ListContactsResponse.Builder

    • Method Detail

      • contactList

        ListContactsResponse.Builder contactList​(Collection<ContactData> contactList)

        List of contacts.

        Parameters:
        contactList - List of contacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactList

        ListContactsResponse.Builder contactList​(ContactData... contactList)

        List of contacts.

        Parameters:
        contactList - List of contacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListContactsResponse.Builder nextToken​(String nextToken)

        Next token returned in the response of a previous ListContacts call. Used to get the next page of results.

        Parameters:
        nextToken - Next token returned in the response of a previous ListContacts call. Used to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.