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 TypeMethodDescriptionComment that describes this state machine.static StateMachine.BuilderStateMachine.Builder.definition(IChainable definition) Deprecated.use definitionBody: DefinitionBody.fromChainable()StateMachine.Builder.definitionBody(DefinitionBody definitionBody) Definition for this state machine.StateMachine.Builder.definitionSubstitutions(Map<String, String> definitionSubstitutions) substitutions for the definition body as a key-value map.StateMachine.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Configures server-side encryption of the state machine definition and execution history.StateMachine.Builder.logs(LogOptions logs) Defines what execution history events are logged and where they are logged.StateMachine.Builder.queryLanguage(QueryLanguage queryLanguage) The name of the query language used by the state machine.StateMachine.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to state machine.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.