Uses of Interface
software.amazon.awssdk.services.glue.model.StartingEventBatchCondition.Builder
-
Packages that use StartingEventBatchCondition.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of StartingEventBatchCondition.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StartingEventBatchCondition.Builder Modifier and Type Method Description StartingEventBatchCondition.BuilderStartingEventBatchCondition.Builder. batchSize(Integer batchSize)Number of events in the batch.StartingEventBatchCondition.BuilderStartingEventBatchCondition.Builder. batchWindow(Integer batchWindow)Duration of the batch window in seconds.static StartingEventBatchCondition.BuilderStartingEventBatchCondition. builder()StartingEventBatchCondition.BuilderStartingEventBatchCondition. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StartingEventBatchCondition.Builder Modifier and Type Method Description static Class<? extends StartingEventBatchCondition.Builder>StartingEventBatchCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type StartingEventBatchCondition.Builder Modifier and Type Method Description default WorkflowRun.BuilderWorkflowRun.Builder. startingEventBatchCondition(Consumer<StartingEventBatchCondition.Builder> startingEventBatchCondition)The batch condition that started the workflow run.
-