Interface ListStreamsResponse.Builder

    • Method Detail

      • nextToken

        ListStreamsResponse.Builder nextToken​(String nextToken)

        If there are more streams than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more streams than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streams

        ListStreamsResponse.Builder streams​(StreamSummary... streams)

        List of streams.

        Parameters:
        streams - List of streams.
        Returns:
        Returns a reference to this object so that method calls can be chained together.