| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionProperty |
JobUpdate.executionProperty()
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
ExecutionProperty |
Job.executionProperty()
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
ExecutionProperty |
CreateJobRequest.executionProperty()
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
| Modifier and Type | Method and Description |
|---|---|
JobUpdate.Builder |
JobUpdate.Builder.executionProperty(ExecutionProperty executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
Job.Builder |
Job.Builder.executionProperty(ExecutionProperty executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
CreateJobRequest.Builder |
CreateJobRequest.Builder.executionProperty(ExecutionProperty executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
Copyright © 2023. All rights reserved.