Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.stepfunctions.CfnStateMachinePropsMixin.Builder
Packages that use CfnStateMachinePropsMixin.Builder
-
Uses of CfnStateMachinePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.stepfunctions
Methods in software.amazon.awscdk.cfnpropertymixins.services.stepfunctions that return CfnStateMachinePropsMixin.BuilderModifier and TypeMethodDescriptionCfnStateMachinePropsMixin.Builder.create()CfnStateMachinePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnStateMachinePropsMixin.Builder.definition(Object definition) The Amazon States Language definition of the state machine.CfnStateMachinePropsMixin.Builder.definitionS3Location(CfnStateMachinePropsMixin.S3LocationProperty definitionS3Location) The name of the S3 bucket where the state machine definition is stored.CfnStateMachinePropsMixin.Builder.definitionS3Location(IResolvable definitionS3Location) The name of the S3 bucket where the state machine definition is stored.CfnStateMachinePropsMixin.Builder.definitionString(String definitionString) The Amazon States Language definition of the state machine.CfnStateMachinePropsMixin.Builder.definitionString(ITableRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachinePropsMixin.Builder.definitionString(ITaskDefinitionRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachinePropsMixin.Builder.definitionString(IFunctionRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachinePropsMixin.Builder.definitionString(IVersionRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachinePropsMixin.Builder.definitionString(ITopicRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachinePropsMixin.Builder.definitionString(IQueueRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachinePropsMixin.Builder.definitionSubstitutions(Map<String, String> definitionSubstitutions) A map (string to string) that specifies the mappings for placeholder variables in the state machine definition.CfnStateMachinePropsMixin.Builder.definitionSubstitutions(IResolvable definitionSubstitutions) A map (string to string) that specifies the mappings for placeholder variables in the state machine definition.CfnStateMachinePropsMixin.Builder.encryptionConfiguration(CfnStateMachinePropsMixin.EncryptionConfigurationProperty encryptionConfiguration) Encryption configuration for the state machine.CfnStateMachinePropsMixin.Builder.encryptionConfiguration(IResolvable encryptionConfiguration) Encryption configuration for the state machine.CfnStateMachinePropsMixin.Builder.loggingConfiguration(CfnStateMachinePropsMixin.LoggingConfigurationProperty loggingConfiguration) Defines what execution history events are logged and where they are logged.CfnStateMachinePropsMixin.Builder.loggingConfiguration(IResolvable 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.The Amazon Resource Name (ARN) of the IAM role to use for this state machine.CfnStateMachinePropsMixin.Builder.stateMachineName(String stateMachineName) The name of the state machine.CfnStateMachinePropsMixin.Builder.stateMachineType(String stateMachineType) Determines whether aSTANDARDorEXPRESSstate machine is created.CfnStateMachinePropsMixin.Builder.tags(List<? extends CfnStateMachinePropsMixin.TagsEntryProperty> tags) The list of tags to add to a resource.CfnStateMachinePropsMixin.Builder.tracingConfiguration(CfnStateMachinePropsMixin.TracingConfigurationProperty tracingConfiguration) Selects whether or not the state machine's AWS X-Ray tracing is enabled.CfnStateMachinePropsMixin.Builder.tracingConfiguration(IResolvable tracingConfiguration) Selects whether or not the state machine's AWS X-Ray tracing is enabled.