Uses of Class
software.amazon.awscdk.services.stepfunctions.CfnStateMachine.Builder
Packages that use CfnStateMachine.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of CfnStateMachine.Builder in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return CfnStateMachine.BuilderModifier and TypeMethodDescriptionstatic CfnStateMachine.BuilderCfnStateMachine.Builder.definition(Object definition) The Amazon States Language definition of the state machine.CfnStateMachine.Builder.definitionS3Location(IResolvable definitionS3Location) The name of the S3 bucket where the state machine definition is stored.CfnStateMachine.Builder.definitionS3Location(CfnStateMachine.S3LocationProperty definitionS3Location) The name of the S3 bucket where the state machine definition is stored.CfnStateMachine.Builder.definitionString(String definitionString) The Amazon States Language definition of the state machine.CfnStateMachine.Builder.definitionSubstitutions(Map<String, ? extends Object> definitionSubstitutions) A map (string to string) that specifies the mappings for placeholder variables in the state machine definition.CfnStateMachine.Builder.definitionSubstitutions(IResolvable definitionSubstitutions) A map (string to string) that specifies the mappings for placeholder variables in the state machine definition.CfnStateMachine.Builder.loggingConfiguration(IResolvable loggingConfiguration) Defines what execution history events are logged and where they are logged.CfnStateMachine.Builder.loggingConfiguration(CfnStateMachine.LoggingConfigurationProperty loggingConfiguration) Defines what execution history events are logged and where they are logged.The Amazon Resource Name (ARN) of the IAM role to use for this state machine.CfnStateMachine.Builder.stateMachineName(String stateMachineName) The name of the state machine.CfnStateMachine.Builder.stateMachineType(String stateMachineType) Determines whether aSTANDARDorEXPRESSstate machine is created.CfnStateMachine.Builder.tags(List<? extends CfnStateMachine.TagsEntryProperty> tags) The list of tags to add to a resource.CfnStateMachine.Builder.tracingConfiguration(IResolvable tracingConfiguration) Selects whether or not the state machine's AWS X-Ray tracing is enabled.CfnStateMachine.Builder.tracingConfiguration(CfnStateMachine.TracingConfigurationProperty tracingConfiguration) Selects whether or not the state machine's AWS X-Ray tracing is enabled.