Interface SearchContactsResponse.Builder

    • Method Detail

      • contacts

        SearchContactsResponse.Builder contacts​(Collection<ContactData> contacts)

        The contacts that meet the specified set of filter criteria, in sort order.

        Parameters:
        contacts - The contacts that meet the specified set of filter criteria, in sort order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contacts

        SearchContactsResponse.Builder contacts​(ContactData... contacts)

        The contacts that meet the specified set of filter criteria, in sort order.

        Parameters:
        contacts - The contacts that meet the specified set of filter criteria, in sort order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchContactsResponse.Builder nextToken​(String nextToken)

        The token returned to indicate that there is more data available.

        Parameters:
        nextToken - The token returned to indicate that there is more data available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        SearchContactsResponse.Builder totalCount​(Integer totalCount)

        The total number of contacts returned.

        Parameters:
        totalCount - The total number of contacts returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.