Uses of Class
software.amazon.awssdk.services.glue.model.ExecutionProperty
-
Packages that use ExecutionProperty Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ExecutionProperty in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ExecutionProperty Modifier and Type Method Description ExecutionPropertyCreateJobRequest. executionProperty()AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.ExecutionPropertyJob. executionProperty()AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.ExecutionPropertyJobUpdate. executionProperty()AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.Methods in software.amazon.awssdk.services.glue.model with parameters of type ExecutionProperty Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. executionProperty(ExecutionProperty executionProperty)AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.Job.BuilderJob.Builder. executionProperty(ExecutionProperty executionProperty)AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.JobUpdate.BuilderJobUpdate.Builder. executionProperty(ExecutionProperty executionProperty)AnExecutionPropertyspecifying the maximum number of concurrent runs allowed for this job.
-