@Generated(value="software.amazon.awssdk:codegen") public final class ExecutionProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionProperty.Builder,ExecutionProperty>
An execution property of a job.
Modifier and Type | Class and Description |
---|---|
static interface |
ExecutionProperty.Builder |
Modifier and Type | Method and Description |
---|---|
static ExecutionProperty.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxConcurrentRuns()
The maximum number of concurrent runs allowed for the job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionProperty.Builder> |
serializableBuilderClass() |
ExecutionProperty.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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.
public ExecutionProperty.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExecutionProperty.Builder,ExecutionProperty>
public static ExecutionProperty.Builder builder()
public static Class<? extends ExecutionProperty.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.