Uses of Interface
software.amazon.awscdk.services.glue.CfnTrigger.EventBatchingConditionProperty
Packages that use CfnTrigger.EventBatchingConditionProperty
-
Uses of CfnTrigger.EventBatchingConditionProperty in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement CfnTrigger.EventBatchingConditionPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnTrigger.EventBatchingConditionProperty
Methods in software.amazon.awscdk.services.glue that return CfnTrigger.EventBatchingConditionPropertyModifier and TypeMethodDescriptionCfnTrigger.EventBatchingConditionProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.glue with parameters of type CfnTrigger.EventBatchingConditionPropertyModifier 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.