Interface ListStreamProcessorsResponse.Builder

    • Method Detail

      • nextToken

        ListStreamProcessorsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.

        Parameters:
        nextToken - If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamProcessors

        ListStreamProcessorsResponse.Builder streamProcessors​(Collection<StreamProcessor> streamProcessors)

        List of stream processors that you have created.

        Parameters:
        streamProcessors - List of stream processors that you have created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamProcessors

        ListStreamProcessorsResponse.Builder streamProcessors​(StreamProcessor... streamProcessors)

        List of stream processors that you have created.

        Parameters:
        streamProcessors - List of stream processors that you have created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.