Interface SearchChannelsResponse.Builder

    • Method Detail

      • channels

        SearchChannelsResponse.Builder channels​(Collection<ChannelSummary> channels)

        A list of the channels in the request.

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

        SearchChannelsResponse.Builder channels​(ChannelSummary... channels)

        A list of the channels in the request.

        Parameters:
        channels - A list of the channels in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchChannelsResponse.Builder nextToken​(String nextToken)

        The token returned from previous API responses until the number of channels is reached.

        Parameters:
        nextToken - The token returned from previous API responses until the number of channels is reached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.