Uses of Interface
software.amazon.awscdk.services.glue.CfnTrigger.EventBatchingConditionProperty
-
Uses of CfnTrigger.EventBatchingConditionProperty in software.amazon.awscdk.services.glue
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnTrigger.EventBatchingConditionProperty
Modifier and TypeMethodDescriptionCfnTrigger.EventBatchingConditionProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnTrigger.Builder.eventBatchingCondition
(CfnTrigger.EventBatchingConditionProperty eventBatchingCondition) Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.CfnTriggerProps.Builder.eventBatchingCondition
(CfnTrigger.EventBatchingConditionProperty eventBatchingCondition) Sets the value ofCfnTriggerProps.getEventBatchingCondition()
void
CfnTrigger.setEventBatchingCondition
(CfnTrigger.EventBatchingConditionProperty value) Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.