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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnJobDefinition.RetryStrategyProperty
CfnJobDefinition.RetryStrategyProperty.Builder, CfnJobDefinition.RetryStrategyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinition.RetryStrategyProperty.Builder.protectedJsii$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.RetryStrategyPropertyThe number of times to move a job to theRUNNABLEstatus.You can specify between 1 and 10 attempts. If the value of
attemptsis greater than one, the job is retried on failure the same number of attempts as the value.- Specified by:
getAttemptsin interfaceCfnJobDefinition.RetryStrategyProperty- See Also:
-
getEvaluateOnExit
Description copied from interface:CfnJobDefinition.RetryStrategyPropertyArray of up to 5 objects that specify the conditions where jobs are retried or failed.If this parameter is specified, then the
attemptsparameter must also be specified. If none of the listed conditions match, then the job is retried.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnJobDefinition.EvaluateOnExitProperty>- Specified by:
getEvaluateOnExitin interfaceCfnJobDefinition.RetryStrategyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-