Interface StartingEventBatchCondition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StartingEventBatchCondition.Builder,StartingEventBatchCondition>,SdkBuilder<StartingEventBatchCondition.Builder,StartingEventBatchCondition>,SdkPojo
- Enclosing class:
- StartingEventBatchCondition
public static interface StartingEventBatchCondition.Builder extends SdkPojo, CopyableBuilder<StartingEventBatchCondition.Builder,StartingEventBatchCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartingEventBatchCondition.BuilderbatchSize(Integer batchSize)Number of events in the batch.StartingEventBatchCondition.BuilderbatchWindow(Integer batchWindow)Duration of the batch window in seconds.-
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, sdkFields
-
-
-
-
Method Detail
-
batchSize
StartingEventBatchCondition.Builder batchSize(Integer batchSize)
Number of events in the batch.
- Parameters:
batchSize- Number of events in the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchWindow
StartingEventBatchCondition.Builder batchWindow(Integer batchWindow)
Duration of the batch window in seconds.
- Parameters:
batchWindow- Duration of the batch window in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-