public static interface ExecutionProperty.Builder extends SdkPojo, CopyableBuilder<ExecutionProperty.Builder,ExecutionProperty>
Modifier and Type | Method and Description |
---|---|
ExecutionProperty.Builder |
maxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for the job.
|
copy
applyMutation, build
ExecutionProperty.Builder maxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
maxConcurrentRuns
- The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when
this threshold is reached. The maximum value you can specify is controlled by a service limit.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.