Class WaiterStateMachineOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.integtests.alpha.WaiterStateMachineOptions.Jsii$Proxy
- All Implemented Interfaces:
WaiterStateMachineOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WaiterStateMachineOptions
@Stability(Experimental)
@Internal
public static final class WaiterStateMachineOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WaiterStateMachineOptions
An implementation for
WaiterStateMachineOptions-
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.integtests.alpha.WaiterStateMachineOptions
WaiterStateMachineOptions.Builder, WaiterStateMachineOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theWaiterStateMachineOptions.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 Number(experimental) Backoff between attempts.final Duration(experimental) The interval (number of seconds) to wait between attempts.final Duration(experimental) The total time that the state machine will wait for a successful response.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 theWaiterStateMachineOptions.Builder.
-
-
Method Details
-
getBackoffRate
Description copied from interface:WaiterStateMachineOptions(experimental) Backoff between attempts.This is the multiplier by which the retry interval increases after each retry attempt.
By default there is no backoff. Each retry will wait the amount of time specified by
interval.Default: 1 (no backoff)
- Specified by:
getBackoffRatein interfaceWaiterStateMachineOptions
-
getInterval
Description copied from interface:WaiterStateMachineOptions(experimental) The interval (number of seconds) to wait between attempts.Default: Duration.seconds(5)
- Specified by:
getIntervalin interfaceWaiterStateMachineOptions
-
getTotalTimeout
Description copied from interface:WaiterStateMachineOptions(experimental) The total time that the state machine will wait for a successful response.Default: Duration.minutes(30)
- Specified by:
getTotalTimeoutin interfaceWaiterStateMachineOptions
-
$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()
-