Interface SearchContactsResponse.Builder

    • Method Detail

      • contacts

        SearchContactsResponse.Builder contacts​(ContactSearchSummary... contacts)

        Information about the contacts.

        Parameters:
        contacts - Information about the contacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchContactsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        SearchContactsResponse.Builder totalCount​(Long totalCount)

        The total number of contacts which matched your search query.

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