Interface ListChannelsResponse.Builder

    • Method Detail

      • channels

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

        List of the matching channels.

        Parameters:
        channels - List of the matching channels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channels

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

        List of the matching channels.

        Parameters:
        channels - List of the matching channels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelsResponse.Builder nextToken​(String nextToken)

        If there are more channels than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more channels than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.