public static final class CfnRoute.HttpRetryPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.HttpRetryPolicyProperty
CfnRoute.HttpRetryPolicyProperty
CfnRoute.HttpRetryPolicyProperty.Builder, CfnRoute.HttpRetryPolicyProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.util.List<java.lang.String> |
getHttpRetryEvents()
Specify at least one of the following values.
|
java.lang.Number |
getMaxRetries()
The maximum number of retry attempts.
|
java.lang.Object |
getPerRetryTimeout()
The timeout for each retry attempt.
|
java.util.List<java.lang.String> |
getTcpRetryEvents()
Specify a valid value.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getMaxRetries()
CfnRoute.HttpRetryPolicyProperty
getMaxRetries
in interface CfnRoute.HttpRetryPolicyProperty
public final java.lang.Object getPerRetryTimeout()
CfnRoute.HttpRetryPolicyProperty
getPerRetryTimeout
in interface CfnRoute.HttpRetryPolicyProperty
public final java.util.List<java.lang.String> getHttpRetryEvents()
CfnRoute.HttpRetryPolicyProperty
getHttpRetryEvents
in interface CfnRoute.HttpRetryPolicyProperty
public final java.util.List<java.lang.String> getTcpRetryEvents()
CfnRoute.HttpRetryPolicyProperty
The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.
getTcpRetryEvents
in interface CfnRoute.HttpRetryPolicyProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()