Interface ListStreamsResponse.Builder

    • Method Detail

      • streamInfoList

        ListStreamsResponse.Builder streamInfoList​(Collection<StreamInfo> streamInfoList)

        An array of StreamInfo objects.

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

        ListStreamsResponse.Builder streamInfoList​(StreamInfo... streamInfoList)

        An array of StreamInfo objects.

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

        ListStreamsResponse.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.