Interface ListChannelsResponse.Builder

    • Method Detail

      • channels

        ListChannelsResponse.Builder channels​(Collection<Channel> channels)
        A list of Channel records.
        Parameters:
        channels - A list of Channel records.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channels

        ListChannelsResponse.Builder channels​(Channel... channels)
        A list of Channel records.
        Parameters:
        channels - A list of Channel records.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelsResponse.Builder nextToken​(String nextToken)
        A token that can be used to resume pagination from the end of the collection.
        Parameters:
        nextToken - A token that can be used to resume pagination from the end of the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.