Interface ListChannelsResponse.Builder

    • Method Detail

      • channels

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

        The list of channels in the account.

        Parameters:
        channels - The list of channels in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channels

        ListChannelsResponse.Builder channels​(Channel... channels)

        The list of channels in the account.

        Parameters:
        channels - The list of channels in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelsResponse.Builder nextToken​(String nextToken)

        The token to use to get the next page of results after a previous API call.

        Parameters:
        nextToken - The token to use to get the next page of results after a previous API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.