Interface ListChannelsResponse.Builder

    • Method Detail

      • channels

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

        The information about each channel.

        Parameters:
        channels - The information about each channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channels

        ListChannelsResponse.Builder channels​(ChannelSummary... channels)

        The information about each channel.

        Parameters:
        channels - The information about each channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelsResponse.Builder nextToken​(String nextToken)

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

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