Interface StreamProcessingStopSelector.Builder

    • Method Detail

      • maxDurationInSeconds

        StreamProcessingStopSelector.Builder maxDurationInSeconds​(Long maxDurationInSeconds)

        Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.

        Parameters:
        maxDurationInSeconds - Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.