Uses of Interface
software.amazon.awscdk.services.glue.CfnJob.ExecutionPropertyProperty
Packages that use CfnJob.ExecutionPropertyProperty
-
Uses of CfnJob.ExecutionPropertyProperty in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement CfnJob.ExecutionPropertyPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnJob.ExecutionPropertyProperty
Methods in software.amazon.awscdk.services.glue that return CfnJob.ExecutionPropertyPropertyModifier and TypeMethodDescriptionCfnJob.ExecutionPropertyProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.glue with parameters of type CfnJob.ExecutionPropertyPropertyModifier and TypeMethodDescriptionCfnJob.Builder.executionProperty
(CfnJob.ExecutionPropertyProperty executionProperty) The maximum number of concurrent runs that are allowed for this job.CfnJobProps.Builder.executionProperty
(CfnJob.ExecutionPropertyProperty executionProperty) Sets the value ofCfnJobProps.getExecutionProperty()
void
CfnJob.setExecutionProperty
(CfnJob.ExecutionPropertyProperty value) The maximum number of concurrent runs that are allowed for this job.