public static final class CfnJobDefinition.RetryStrategyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobDefinition.RetryStrategyProperty
CfnJobDefinition.RetryStrategyProperty
CfnJobDefinition.RetryStrategyProperty.Builder, CfnJobDefinition.RetryStrategyProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getAttempts()
The number of times to move a job to the `RUNNABLE` status.
|
java.lang.Object |
getEvaluateOnExit()
Array of up to 5 objects that specify conditions under which the job should be retried or failed.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getAttempts()
CfnJobDefinition.RetryStrategyProperty
You can specify between 1 and 10 attempts. If the value of attempts
is greater than one, the job is retried on failure the same number of attempts as the value.
getAttempts
in interface CfnJobDefinition.RetryStrategyProperty
public final java.lang.Object getEvaluateOnExit()
CfnJobDefinition.RetryStrategyProperty
If this parameter is specified, then the attempts
parameter must also be specified.
getEvaluateOnExit
in interface CfnJobDefinition.RetryStrategyProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()