Interface ListChannelsResponse.Builder

    • Method Detail

      • channels

        ListChannelsResponse.Builder channels​(Collection<ChannelSummary> channels)
        Sets the value of the Channels property for this object.
        Parameters:
        channels - The new value for the Channels property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channels

        ListChannelsResponse.Builder channels​(ChannelSummary... channels)
        Sets the value of the Channels property for this object.
        Parameters:
        channels - The new value for the Channels property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.