Interface ListSignalingChannelsResponse.Builder

    • Method Detail

      • channelInfoList

        ListSignalingChannelsResponse.Builder channelInfoList​(Collection<ChannelInfo> channelInfoList)

        An array of ChannelInfo objects.

        Parameters:
        channelInfoList - An array of ChannelInfo objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelInfoList

        ListSignalingChannelsResponse.Builder channelInfoList​(ChannelInfo... channelInfoList)

        An array of ChannelInfo objects.

        Parameters:
        channelInfoList - An array of ChannelInfo objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSignalingChannelsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.

        Parameters:
        nextToken - If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.