@Generated(value="software.amazon.awssdk:codegen") public final class JobTimeout extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobTimeout.Builder,JobTimeout>
An object that represents a job timeout configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobTimeout.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
attemptDurationSeconds()
The job timeout time (in seconds) that's measured from the job attempt's
startedAt timestamp. |
static JobTimeout.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobTimeout.Builder> |
serializableBuilderClass() |
JobTimeout.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer attemptDurationSeconds()
The job timeout time (in seconds) that's measured from the job attempt's startedAt timestamp. After
this time passes, Batch terminates your jobs if they aren't finished. The minimum value for the timeout is 60
seconds.
For array jobs, the timeout applies to the child jobs, not to the parent array job.
For multi-node parallel (MNP) jobs, the timeout applies to the whole job, not to the individual nodes.
startedAt
timestamp. After this time passes, Batch terminates your jobs if they aren't finished. The minimum value
for the timeout is 60 seconds.
For array jobs, the timeout applies to the child jobs, not to the parent array job.
For multi-node parallel (MNP) jobs, the timeout applies to the whole job, not to the individual nodes.
public JobTimeout.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobTimeout.Builder,JobTimeout>public static JobTimeout.Builder builder()
public static Class<? extends JobTimeout.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.