Interface ListAssociatedContactsResponse.Builder

    • Method Detail

      • contactSummaryList

        ListAssociatedContactsResponse.Builder contactSummaryList​(Collection<AssociatedContactSummary> contactSummaryList)

        List of the contact summary for all the contacts in contact tree associated with unique identifier.

        Parameters:
        contactSummaryList - List of the contact summary for all the contacts in contact tree associated with unique identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactSummaryList

        ListAssociatedContactsResponse.Builder contactSummaryList​(AssociatedContactSummary... contactSummaryList)

        List of the contact summary for all the contacts in contact tree associated with unique identifier.

        Parameters:
        contactSummaryList - List of the contact summary for all the contacts in contact tree associated with unique identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssociatedContactsResponse.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.