@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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()
toBuilder in interface ToCopyableBuilder<ExecutionProperty.Builder,ExecutionProperty>public static ExecutionProperty.Builder builder()
public static Class<? extends ExecutionProperty.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.