Interface ListChannelsResponse.Builder

    • Method Detail

      • nextToken

        ListChannelsResponse.Builder nextToken​(String nextToken)

        A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

        Parameters:
        nextToken - A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channels

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

        A list of Channels.

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

        ListChannelsResponse.Builder channels​(String... channels)

        A list of Channels.

        Parameters:
        channels - A list of Channels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.