Class HealthyRetryPolicy.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.HealthyRetryPolicy.Jsii$Proxy
- All Implemented Interfaces:
HealthyRetryPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HealthyRetryPolicy
@Stability(Stable)
@Internal
public static final class HealthyRetryPolicy.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HealthyRetryPolicy
An implementation for
HealthyRetryPolicy-
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.sns.HealthyRetryPolicy
HealthyRetryPolicy.Builder, HealthyRetryPolicy.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(HealthyRetryPolicy.Builder builder) Constructor that initializes the object based on literal property values passed by theHealthyRetryPolicy.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BackoffFunctionThe model for backoff between retries.final DurationThe maximum delay for a retry.final DurationThe minimum delay for a retry.final NumberThe number of retries in the post-backoff phase, with the maximum delay between them.final NumberThe number of retries in the pre-backoff phase, with the specified minimum delay between them.final NumberThe number of retries to be done immediately, with no delay between them.final NumberThe total number of retries, including immediate, pre-backoff, backoff, and post-backoff retries.final inthashCode()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 theHealthyRetryPolicy.Builder.
-
-
Method Details
-
getBackoffFunction
Description copied from interface:HealthyRetryPolicyThe model for backoff between retries.Default: - linear
- Specified by:
getBackoffFunctionin interfaceHealthyRetryPolicy
-
getMaxDelayTarget
Description copied from interface:HealthyRetryPolicyThe maximum delay for a retry.Must be at least
minDelayTargetless than 3,600 seconds, and correspond to a whole number of seconds,Default: - 20 seconds
- Specified by:
getMaxDelayTargetin interfaceHealthyRetryPolicy
-
getMinDelayTarget
Description copied from interface:HealthyRetryPolicyThe minimum delay for a retry.Must be at least one second, not exceed
maxDelayTarget, and correspond to a whole number of seconds.Default: - 20 seconds
- Specified by:
getMinDelayTargetin interfaceHealthyRetryPolicy
-
getNumMaxDelayRetries
Description copied from interface:HealthyRetryPolicyThe number of retries in the post-backoff phase, with the maximum delay between them.Must be zero or greater
Default: 0
- Specified by:
getNumMaxDelayRetriesin interfaceHealthyRetryPolicy
-
getNumMinDelayRetries
Description copied from interface:HealthyRetryPolicyThe number of retries in the pre-backoff phase, with the specified minimum delay between them.Must be zero or greater
Default: 0
- Specified by:
getNumMinDelayRetriesin interfaceHealthyRetryPolicy
-
getNumNoDelayRetries
Description copied from interface:HealthyRetryPolicyThe number of retries to be done immediately, with no delay between them.Must be zero or greater.
Default: 0
- Specified by:
getNumNoDelayRetriesin interfaceHealthyRetryPolicy
-
getNumRetries
Description copied from interface:HealthyRetryPolicyThe total number of retries, including immediate, pre-backoff, backoff, and post-backoff retries.Must be greater than or equal to zero and not exceed 100.
Default: 3
- Specified by:
getNumRetriesin interfaceHealthyRetryPolicy
-
$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()
-