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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamProcessingStopSelector.BuildermaxDurationInSeconds(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-