Uses of Interface
software.amazon.awscdk.services.glue.CfnTrigger.PredicateProperty
-
Uses of CfnTrigger.PredicateProperty in software.amazon.awscdk.services.glue
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnTrigger.PredicateProperty
Modifier and TypeMethodDescriptionCfnTrigger.PredicateProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnTrigger.Builder.predicate
(CfnTrigger.PredicateProperty predicate) The predicate of this trigger, which defines when it will fire.CfnTriggerProps.Builder.predicate
(CfnTrigger.PredicateProperty predicate) Sets the value ofCfnTriggerProps.getPredicate()
void
CfnTrigger.setPredicate
(CfnTrigger.PredicateProperty value) The predicate of this trigger, which defines when it will fire.