@Stability(value=Experimental) public static final class StateMachineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StateMachineProps
StateMachinePropssoftware.amazon.jsii.JsiiObject.InitializationModeStateMachineProps.Builder, StateMachineProps.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(Object o) |
IChainable |
getDefinition()
Definition for this state machine.
|
LogOptions |
getLogs()
Defines what execution history events are logged and where they are logged.
|
IRole |
getRole()
The execution role for the state machine service.
|
String |
getStateMachineName()
A name for the state machine.
|
StateMachineType |
getStateMachineType()
Type of the state machine.
|
Duration |
getTimeout()
Maximum run time for this state machine.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public IChainable getDefinition()
StateMachinePropsEXPERIMENTAL
getDefinition in interface StateMachinePropspublic LogOptions getLogs()
StateMachinePropsDefault: No logging
EXPERIMENTAL
getLogs in interface StateMachinePropspublic IRole getRole()
StateMachinePropsDefault: A role is automatically created
EXPERIMENTAL
getRole in interface StateMachinePropspublic String getStateMachineName()
StateMachinePropsDefault: A name is automatically generated
EXPERIMENTAL
getStateMachineName in interface StateMachinePropspublic StateMachineType getStateMachineType()
StateMachinePropsDefault: StateMachineType.STANDARD
EXPERIMENTAL
getStateMachineType in interface StateMachinePropspublic Duration getTimeout()
StateMachinePropsDefault: No timeout
EXPERIMENTAL
getTimeout in interface StateMachinePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.