Uses of Class
software.amazon.awscdk.services.stepfunctions.StateMachine.Builder
Packages that use StateMachine.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of StateMachine.Builder in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return StateMachine.BuilderModifier and TypeMethodDescriptionstatic StateMachine.Builder
StateMachine.Builder.definition
(IChainable definition) Definition for this state machine.StateMachine.Builder.logs
(LogOptions logs) Defines what execution history events are logged and where they are logged.The execution role for the state machine service.StateMachine.Builder.stateMachineName
(String stateMachineName) A name for the state machine.StateMachine.Builder.stateMachineType
(StateMachineType stateMachineType) Type of the state machine.Maximum run time for this state machine.StateMachine.Builder.tracingEnabled
(Boolean tracingEnabled) Specifies whether Amazon X-Ray tracing is enabled for this state machine.