@Stability(value=Stable) @Internal public static final class CfnSchedule.RetryPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSchedule.RetryPolicyProperty
CfnSchedule.RetryPolicyPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnSchedule.RetryPolicyProperty.Builder, CfnSchedule.RetryPolicyProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSchedule.RetryPolicyProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSchedule.AwsVpcConfigurationProperty.Builder. |
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(Object o) |
Number |
getMaximumEventAgeInSeconds()
The maximum amount of time, in seconds, to continue to make retry attempts.
|
Number |
getMaximumRetryAttempts()
The maximum number of retry attempts to make before the request fails.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSchedule.RetryPolicyProperty.Builder builder)
CfnSchedule.AwsVpcConfigurationProperty.Builder.public final Number getMaximumEventAgeInSeconds()
CfnSchedule.RetryPolicyPropertygetMaximumEventAgeInSeconds in interface CfnSchedule.RetryPolicyPropertypublic final Number getMaximumRetryAttempts()
CfnSchedule.RetryPolicyProperty
Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is reached.
getMaximumRetryAttempts in interface CfnSchedule.RetryPolicyProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.