@Generated(value="software.amazon.awssdk:codegen") public final class JobTimeout extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobTimeout.Builder,JobTimeout>
An object representing a job timeout configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
JobTimeout.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
attemptDurationSeconds()
The time duration in seconds (measured from the job attempt's
startedAt timestamp) after which AWS
Batch terminates your jobs if they have not finished. |
static JobTimeout.Builder |
builder() |
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer attemptDurationSeconds()
The time duration in seconds (measured from the job attempt's startedAt
timestamp) after which AWS
Batch terminates your jobs if they have not finished.
startedAt
timestamp) after
which AWS Batch terminates your jobs if they have not finished.public JobTimeout.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobTimeout.Builder,JobTimeout>
public static JobTimeout.Builder builder()
public static Class<? extends JobTimeout.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.