Uses of Interface
software.amazon.awssdk.services.glue.model.ExecutionProperty.Builder
-
Packages that use ExecutionProperty.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ExecutionProperty.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ExecutionProperty.Builder Modifier and Type Method Description static ExecutionProperty.BuilderExecutionProperty. builder()ExecutionProperty.BuilderExecutionProperty.Builder. maxConcurrentRuns(Integer maxConcurrentRuns)The maximum number of concurrent runs allowed for the job.ExecutionProperty.BuilderExecutionProperty. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ExecutionProperty.Builder Modifier and Type Method Description static Class<? extends ExecutionProperty.Builder>ExecutionProperty. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ExecutionProperty.Builder Modifier and Type Method Description default CreateJobRequest.BuilderCreateJobRequest.Builder. executionProperty(Consumer<ExecutionProperty.Builder> executionProperty)AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.default Job.BuilderJob.Builder. executionProperty(Consumer<ExecutionProperty.Builder> executionProperty)AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.default JobUpdate.BuilderJobUpdate.Builder. executionProperty(Consumer<ExecutionProperty.Builder> executionProperty)AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.
-