| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionProperty.Builder |
ExecutionProperty.builder() |
ExecutionProperty.Builder |
ExecutionProperty.Builder.maxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for the job.
|
ExecutionProperty.Builder |
ExecutionProperty.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionProperty.Builder> |
ExecutionProperty.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobUpdate.Builder |
JobUpdate.Builder.executionProperty(Consumer<ExecutionProperty.Builder> executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
default Job.Builder |
Job.Builder.executionProperty(Consumer<ExecutionProperty.Builder> executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
default CreateJobRequest.Builder |
CreateJobRequest.Builder.executionProperty(Consumer<ExecutionProperty.Builder> executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
Copyright © 2023. All rights reserved.