| Modifier and Type | Method and Description |
|---|---|
static StateMachine.Builder |
StateMachine.Builder.create(software.constructs.Construct scope,
String id) |
StateMachine.Builder |
StateMachine.Builder.definition(IChainable definition)
Definition for this state machine.
|
StateMachine.Builder |
StateMachine.Builder.logs(LogOptions logs)
Defines what execution history events are logged and where they are logged.
|
StateMachine.Builder |
StateMachine.Builder.role(IRole role)
The execution role for the state machine service.
|
StateMachine.Builder |
StateMachine.Builder.stateMachineName(String stateMachineName)
A name for the state machine.
|
StateMachine.Builder |
StateMachine.Builder.stateMachineType(StateMachineType stateMachineType)
Type of the state machine.
|
StateMachine.Builder |
StateMachine.Builder.timeout(Duration timeout)
Maximum run time for this state machine.
|
StateMachine.Builder |
StateMachine.Builder.tracingEnabled(Boolean tracingEnabled)
Specifies whether Amazon X-Ray tracing is enabled for this state machine.
|
Copyright © 2021. All rights reserved.