Uses of Interface
software.amazon.awssdk.services.glue.model.EventBatchingCondition.Builder
-
Packages that use EventBatchingCondition.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of EventBatchingCondition.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return EventBatchingCondition.Builder Modifier and Type Method Description EventBatchingCondition.BuilderEventBatchingCondition.Builder. batchSize(Integer batchSize)Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.EventBatchingCondition.BuilderEventBatchingCondition.Builder. batchWindow(Integer batchWindow)Window of time in seconds after which EventBridge event trigger fires.static EventBatchingCondition.BuilderEventBatchingCondition. builder()EventBatchingCondition.BuilderEventBatchingCondition. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type EventBatchingCondition.Builder Modifier and Type Method Description static Class<? extends EventBatchingCondition.Builder>EventBatchingCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type EventBatchingCondition.Builder Modifier and Type Method Description default CreateTriggerRequest.BuilderCreateTriggerRequest.Builder. eventBatchingCondition(Consumer<EventBatchingCondition.Builder> eventBatchingCondition)Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.default Trigger.BuilderTrigger.Builder. eventBatchingCondition(Consumer<EventBatchingCondition.Builder> eventBatchingCondition)Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.default TriggerUpdate.BuilderTriggerUpdate.Builder. eventBatchingCondition(Consumer<EventBatchingCondition.Builder> eventBatchingCondition)Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
-