@Stability(value=Stable) @Internal 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(IChainable definition,
LogOptions logs,
IRole role,
String stateMachineName,
StateMachineType stateMachineType,
Duration timeout,
Boolean tracingEnabled)
Constructor that initializes the object based on literal property values passed by the
StateMachineProps.Builder. |
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.
|
Boolean |
getTracingEnabled()
Specifies whether Amazon X-Ray tracing is enabled for this state machine.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IChainable definition, LogOptions logs, IRole role, String stateMachineName, StateMachineType stateMachineType, Duration timeout, Boolean tracingEnabled)
StateMachineProps.Builder.public final IChainable getDefinition()
StateMachinePropsgetDefinition in interface StateMachinePropspublic final LogOptions getLogs()
StateMachinePropsDefault: No logging
getLogs in interface StateMachinePropspublic final IRole getRole()
StateMachinePropsDefault: A role is automatically created
getRole in interface StateMachinePropspublic final String getStateMachineName()
StateMachinePropsDefault: A name is automatically generated
getStateMachineName in interface StateMachinePropspublic final StateMachineType getStateMachineType()
StateMachinePropsDefault: StateMachineType.STANDARD
getStateMachineType in interface StateMachinePropspublic final Duration getTimeout()
StateMachinePropsDefault: No timeout
getTimeout in interface StateMachinePropspublic final Boolean getTracingEnabled()
StateMachinePropsDefault: false
getTracingEnabled in interface StateMachineProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.