Uses of Class
software.amazon.awscdk.services.stepfunctions.StateMachineProps.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of StateMachineProps.Builder in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionstatic StateMachineProps.Builder
StateMachineProps.builder()
StateMachineProps.Builder.definition
(IChainable definition) Sets the value ofStateMachineProps.getDefinition()
StateMachineProps.Builder.logs
(LogOptions logs) Sets the value ofStateMachineProps.getLogs()
Sets the value ofStateMachineProps.getRole()
StateMachineProps.Builder.stateMachineName
(String stateMachineName) Sets the value ofStateMachineProps.getStateMachineName()
StateMachineProps.Builder.stateMachineType
(StateMachineType stateMachineType) Sets the value ofStateMachineProps.getStateMachineType()
Sets the value ofStateMachineProps.getTimeout()
StateMachineProps.Builder.tracingEnabled
(Boolean tracingEnabled) Sets the value ofStateMachineProps.getTracingEnabled()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StateMachineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStateMachineProps.Builder
.