Class CfnSchedule.RetryPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.CfnSchedule.RetryPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSchedule.RetryPolicyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSchedule.RetryPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnSchedule.RetryPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchedule.RetryPolicyProperty
An implementation for
CfnSchedule.RetryPolicyProperty
-
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.scheduler.CfnSchedule.RetryPolicyProperty
CfnSchedule.RetryPolicyProperty.Builder, CfnSchedule.RetryPolicyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSchedule.RetryPolicyProperty.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 theCfnSchedule.RetryPolicyProperty.Builder
.
-
-
Method Details
-
getMaximumEventAgeInSeconds
Description copied from interface:CfnSchedule.RetryPolicyProperty
The maximum amount of time, in seconds, to continue to make retry attempts.- Specified by:
getMaximumEventAgeInSeconds
in interfaceCfnSchedule.RetryPolicyProperty
-
getMaximumRetryAttempts
Description copied from interface:CfnSchedule.RetryPolicyProperty
The maximum number of retry attempts to make before the request fails.Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the
MaximumEventAgeInSeconds
is reached.- Specified by:
getMaximumRetryAttempts
in interfaceCfnSchedule.RetryPolicyProperty
-
$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()
-