@Generated(value="software.amazon.awssdk:codegen") public final class RetryPolicyExecution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RetryPolicyExecution.Builder,RetryPolicyExecution>
The current status of the retry policy executed on the job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetryPolicyExecution.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicyExecution.Builder |
builder() |
Integer |
currentAttemptCount()
The current number of attempts made on the driver of the job.
|
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 RetryPolicyExecution.Builder> |
serializableBuilderClass() |
RetryPolicyExecution.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer currentAttemptCount()
The current number of attempts made on the driver of the job.
public RetryPolicyExecution.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetryPolicyExecution.Builder,RetryPolicyExecution>public static RetryPolicyExecution.Builder builder()
public static Class<? extends RetryPolicyExecution.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.