public static final class LogRetentionRetryOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogRetentionRetryOptions
LogRetentionRetryOptions
LogRetentionRetryOptions.Builder, LogRetentionRetryOptions.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) |
Duration |
getBase()
The base duration to use in the exponential backoff for operation retries.
|
java.lang.Number |
getMaxRetries()
The maximum amount of retries.
|
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 Duration getBase()
LogRetentionRetryOptions
Default: Duration.millis(100) (AWS SDK default)
getBase
in interface LogRetentionRetryOptions
public final java.lang.Number getMaxRetries()
LogRetentionRetryOptions
Default: 3 (AWS SDK default)
getMaxRetries
in interface LogRetentionRetryOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()