| Modifier and Type | Method and Description |
|---|---|
default StateMachineType |
StateMachineProps.getStateMachineType()
Type of the state machine.
|
StateMachineType |
StateMachineProps.Jsii$Proxy.getStateMachineType() |
StateMachineType |
StateMachine.getStateMachineType()
Type of the state machine.
|
static StateMachineType |
StateMachineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachineType[] |
StateMachineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineProps.Builder |
StateMachineProps.Builder.stateMachineType(StateMachineType stateMachineType)
Sets the value of
StateMachineProps.getStateMachineType() |
StateMachine.Builder |
StateMachine.Builder.stateMachineType(StateMachineType stateMachineType)
Type of the state machine.
|
Copyright © 2020. All rights reserved.