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 Details

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