Interface ListContactChannelsResponse.Builder

    • Method Detail

      • nextToken

        ListContactChannelsResponse.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.
      • contactChannels

        ListContactChannelsResponse.Builder contactChannels​(Collection<ContactChannel> contactChannels)

        A list of contact channels related to the specified contact.

        Parameters:
        contactChannels - A list of contact channels related to the specified contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactChannels

        ListContactChannelsResponse.Builder contactChannels​(ContactChannel... contactChannels)

        A list of contact channels related to the specified contact.

        Parameters:
        contactChannels - A list of contact channels related to the specified contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.