Interface ListPagesByContactResponse.Builder

    • Method Detail

      • nextToken

        ListPagesByContactResponse.Builder nextToken​(String nextToken)

        The pagination token to continue to the next page of results.

        Parameters:
        nextToken - The pagination token to continue to the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pages

        ListPagesByContactResponse.Builder pages​(Collection<Page> pages)

        The list of engagements to a contact's contact channel.

        Parameters:
        pages - The list of engagements to a contact's contact channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pages

        ListPagesByContactResponse.Builder pages​(Page... pages)

        The list of engagements to a contact's contact channel.

        Parameters:
        pages - The list of engagements to a contact's contact channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.