| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionProperty |
ExecutionProperty.clone() |
ExecutionProperty |
CreateJobRequest.getExecutionProperty()
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
ExecutionProperty |
JobUpdate.getExecutionProperty()
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
ExecutionProperty |
Job.getExecutionProperty()
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
ExecutionProperty |
ExecutionProperty.withMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobRequest.setExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
void |
JobUpdate.setExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
void |
Job.setExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
CreateJobRequest |
CreateJobRequest.withExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
JobUpdate |
JobUpdate.withExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
Job |
Job.withExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
Copyright © 2018. All rights reserved.