Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTriggerMixinProps.Builder
Packages that use CfnTriggerMixinProps.Builder
-
Uses of CfnTriggerMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnTriggerMixinProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnTriggerMixinProps.getActions()CfnTriggerMixinProps.Builder.actions(IResolvable actions) Sets the value ofCfnTriggerMixinProps.getActions()static CfnTriggerMixinProps.BuilderCfnTriggerMixinProps.builder()CfnTriggerMixinProps.Builder.description(String description) Sets the value ofCfnTriggerMixinProps.getDescription()CfnTriggerMixinProps.Builder.eventBatchingCondition(CfnTriggerPropsMixin.EventBatchingConditionProperty eventBatchingCondition) Sets the value ofCfnTriggerMixinProps.getEventBatchingCondition()CfnTriggerMixinProps.Builder.eventBatchingCondition(IResolvable eventBatchingCondition) Sets the value ofCfnTriggerMixinProps.getEventBatchingCondition()Sets the value ofCfnTriggerMixinProps.getName()CfnTriggerMixinProps.Builder.predicate(CfnTriggerPropsMixin.PredicateProperty predicate) Sets the value ofCfnTriggerMixinProps.getPredicate()CfnTriggerMixinProps.Builder.predicate(IResolvable predicate) Sets the value ofCfnTriggerMixinProps.getPredicate()Sets the value ofCfnTriggerMixinProps.getSchedule()CfnTriggerMixinProps.Builder.startOnCreation(Boolean startOnCreation) Sets the value ofCfnTriggerMixinProps.getStartOnCreation()CfnTriggerMixinProps.Builder.startOnCreation(IResolvable startOnCreation) Sets the value ofCfnTriggerMixinProps.getStartOnCreation()Sets the value ofCfnTriggerMixinProps.getTags()Sets the value ofCfnTriggerMixinProps.getType()CfnTriggerMixinProps.Builder.workflowName(String workflowName) Sets the value ofCfnTriggerMixinProps.getWorkflowName()Constructors in software.amazon.awscdk.cfnpropertymixins.services.glue with parameters of type CfnTriggerMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnTriggerMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTriggerMixinProps.Builder.