Interface ListChannelsResponse.Builder

    • Method Detail

      • channelSummaries

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

        A list of ChannelSummary objects.

        Parameters:
        channelSummaries - A list of ChannelSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelSummaries

        ListChannelsResponse.Builder channelSummaries​(ChannelSummary... channelSummaries)

        A list of ChannelSummary objects.

        Parameters:
        channelSummaries - A list of ChannelSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelsResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token to retrieve the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.