| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| 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)
(experimental) Definition for this state machine.
|
StateMachine.Builder |
StateMachine.Builder.logs(LogOptions logs)
(experimental) Defines what execution history events are logged and where they are logged.
|
StateMachine.Builder |
StateMachine.Builder.role(IRole role)
(experimental) The execution role for the state machine service.
|
StateMachine.Builder |
StateMachine.Builder.stateMachineName(String stateMachineName)
(experimental) A name for the state machine.
|
StateMachine.Builder |
StateMachine.Builder.stateMachineType(StateMachineType stateMachineType)
(experimental) Type of the state machine.
|
StateMachine.Builder |
StateMachine.Builder.timeout(Duration timeout)
(experimental) Maximum run time for this state machine.
|
StateMachine.Builder |
StateMachine.Builder.tracingEnabled(Boolean tracingEnabled)
(experimental) Specifies whether Amazon X-Ray tracing is enabled for this state machine.
|
Copyright © 2021. All rights reserved.