Class StartStreamProcessorRequest

    • Method Detail

      • name

        public final String name()

        The name of the stream processor to start processing.

        Returns:
        The name of the stream processor to start processing.
      • startSelector

        public final StreamProcessingStartSelector startSelector()

        Specifies the starting point in the Kinesis stream to start processing. You can use the producer timestamp or the fragment number. If you use the producer timestamp, you must put the time in milliseconds. For more information about fragment numbers, see Fragment.

        This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.

        Returns:
        Specifies the starting point in the Kinesis stream to start processing. You can use the producer timestamp or the fragment number. If you use the producer timestamp, you must put the time in milliseconds. For more information about fragment numbers, see Fragment.

        This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.

      • stopSelector

        public final StreamProcessingStopSelector stopSelector()

        Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.

        This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.

        Returns:
        Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.

        This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object