Uses of Class
software.amazon.awscdk.services.stepfunctions.StateMachineProps.Builder
Packages that use StateMachineProps.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of StateMachineProps.Builder in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return StateMachineProps.BuilderModifier and TypeMethodDescriptionstatic StateMachineProps.BuilderStateMachineProps.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()Constructors in software.amazon.awscdk.services.stepfunctions with parameters of type StateMachineProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(StateMachineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStateMachineProps.Builder.