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 Summary
Modifier and TypeMethodDescriptionmaxDurationInSeconds(Long maxDurationInSeconds) Specifies the maximum amount of time in seconds that you want the stream to be processed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -