Interface ListSubChannelsResponse.Builder

    • Method Detail

      • channelArn

        ListSubChannelsResponse.Builder channelArn​(String channelArn)

        The ARN of elastic channel.

        Parameters:
        channelArn - The ARN of elastic channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subChannels

        ListSubChannelsResponse.Builder subChannels​(Collection<SubChannelSummary> subChannels)

        The information about each sub-channel.

        Parameters:
        subChannels - The information about each sub-channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subChannels

        ListSubChannelsResponse.Builder subChannels​(SubChannelSummary... subChannels)

        The information about each sub-channel.

        Parameters:
        subChannels - The information about each sub-channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSubChannelsResponse.Builder nextToken​(String nextToken)

        The token passed by previous API calls until all requested sub-channels are returned.

        Parameters:
        nextToken - The token passed by previous API calls until all requested sub-channels are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.