@Stability(value=Stable)
public static interface CfnJob.ExecutionPropertyProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
ExecutionPropertyProperty executionPropertyProperty = ExecutionPropertyProperty.builder()
.maxConcurrentRuns(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJob.ExecutionPropertyProperty.Builder
A builder for
CfnJob.ExecutionPropertyProperty |
static class |
CfnJob.ExecutionPropertyProperty.Jsii$Proxy
An implementation for
CfnJob.ExecutionPropertyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.ExecutionPropertyProperty.Builder |
builder() |
default Number |
getMaxConcurrentRuns()
The maximum number of concurrent runs allowed for the job.
|
@Stability(value=Stable) @Nullable default Number getMaxConcurrentRuns()
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.
@Stability(value=Stable) static CfnJob.ExecutionPropertyProperty.Builder builder()
Copyright © 2022. All rights reserved.