@Generated(value="software.amazon.awssdk:codegen") public final class IoTJobTimeoutConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IoTJobTimeoutConfig.Builder,IoTJobTimeoutConfig>
Contains information about the timeout configuration for a job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IoTJobTimeoutConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IoTJobTimeoutConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
inProgressTimeoutInMinutes()
The amount of time, in minutes, that devices have to complete the job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IoTJobTimeoutConfig.Builder> |
serializableBuilderClass() |
IoTJobTimeoutConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long inProgressTimeoutInMinutes()
The amount of time, in minutes, that devices have to complete the job. The timer starts when the job status is
set to IN_PROGRESS. If the job status doesn't change to a terminal state before the time expires,
then the job status is set to TIMED_OUT.
The timeout interval must be between 1 minute and 7 days (10080 minutes).
IN_PROGRESS. If the job status doesn't change to a terminal state before
the time expires, then the job status is set to TIMED_OUT.
The timeout interval must be between 1 minute and 7 days (10080 minutes).
public IoTJobTimeoutConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IoTJobTimeoutConfig.Builder,IoTJobTimeoutConfig>public static IoTJobTimeoutConfig.Builder builder()
public static Class<? extends IoTJobTimeoutConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.