Interface StreamProcessingStopSelector.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StreamProcessingStopSelector.Builder,StreamProcessingStopSelector>, SdkBuilder<StreamProcessingStopSelector.Builder,StreamProcessingStopSelector>, SdkPojo
Enclosing class:
StreamProcessingStopSelector

public static interface StreamProcessingStopSelector.Builder extends SdkPojo, CopyableBuilder<StreamProcessingStopSelector.Builder,StreamProcessingStopSelector>
  • Method Details

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