Class WaiterStateMachineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.integtests.alpha.WaiterStateMachineProps.Jsii$Proxy
- All Implemented Interfaces:
WaiterStateMachineOptions
,WaiterStateMachineProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WaiterStateMachineProps
@Stability(Experimental)
@Internal
public static final class WaiterStateMachineProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WaiterStateMachineProps
An implementation for
WaiterStateMachineProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.integtests.alpha.WaiterStateMachineProps
WaiterStateMachineProps.Builder, WaiterStateMachineProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theWaiterStateMachineProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final 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 int
hashCode()
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 theWaiterStateMachineProps.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:
getBackoffRate
in interfaceWaiterStateMachineOptions
-
getInterval
Description copied from interface:WaiterStateMachineOptions
(experimental) The interval (number of seconds) to wait between attempts.Default: Duration.seconds(5)
- Specified by:
getInterval
in 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:
getTotalTimeout
in interfaceWaiterStateMachineOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-