Uses of Class
software.amazon.awscdk.services.glue.CfnWorkflowProps.Builder
Packages that use CfnWorkflowProps.Builder
-
Uses of CfnWorkflowProps.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnWorkflowProps.BuilderModifier and TypeMethodDescriptionstatic CfnWorkflowProps.Builder
CfnWorkflowProps.builder()
CfnWorkflowProps.Builder.defaultRunProperties
(Object defaultRunProperties) Sets the value ofCfnWorkflowProps.getDefaultRunProperties()
CfnWorkflowProps.Builder.description
(String description) Sets the value ofCfnWorkflowProps.getDescription()
CfnWorkflowProps.Builder.maxConcurrentRuns
(Number maxConcurrentRuns) Sets the value ofCfnWorkflowProps.getMaxConcurrentRuns()
Sets the value ofCfnWorkflowProps.getName()
Sets the value ofCfnWorkflowProps.getTags()
Constructors in software.amazon.awscdk.services.glue with parameters of type CfnWorkflowProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkflowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkflowProps.Builder
.