@Stability(value=Stable) public static final class CfnJob.ExecutionPropertyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.ExecutionPropertyProperty>
CfnJob.ExecutionPropertyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJob.ExecutionPropertyProperty |
build()
Builds the configured instance.
|
CfnJob.ExecutionPropertyProperty.Builder |
maxConcurrentRuns(Number maxConcurrentRuns)
Sets the value of
CfnJob.ExecutionPropertyProperty.getMaxConcurrentRuns() |
@Stability(value=Stable) public CfnJob.ExecutionPropertyProperty.Builder maxConcurrentRuns(Number maxConcurrentRuns)
CfnJob.ExecutionPropertyProperty.getMaxConcurrentRuns()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.this@Stability(value=Stable) public CfnJob.ExecutionPropertyProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.ExecutionPropertyProperty>CfnJob.ExecutionPropertyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.