Class CfnJobDefinition.RetryStrategyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.RetryStrategyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.RetryStrategyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinition.RetryStrategyProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.RetryStrategyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.RetryStrategyProperty
An implementation for
CfnJobDefinition.RetryStrategyProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnJobDefinition.RetryStrategyProperty
CfnJobDefinition.RetryStrategyProperty.Builder, CfnJobDefinition.RetryStrategyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.RetryStrategyProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.RetryStrategyProperty.Builder
.
-
-
Method Details
-
getAttempts
Description copied from interface:CfnJobDefinition.RetryStrategyProperty
The number of times to move a job to theRUNNABLE
status.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.- Specified by:
getAttempts
in interfaceCfnJobDefinition.RetryStrategyProperty
- See Also:
-
getEvaluateOnExit
Description copied from interface:CfnJobDefinition.RetryStrategyProperty
Array of up to 5 objects that specify the conditions where jobs are retried or failed.If this parameter is specified, then the
attempts
parameter must also be specified. If none of the listed conditions match, then the job is retried.- Specified by:
getEvaluateOnExit
in interfaceCfnJobDefinition.RetryStrategyProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-