Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWorkflowPropsMixin.Builder
Packages that use CfnWorkflowPropsMixin.Builder
-
Uses of CfnWorkflowPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.transfer
Methods in software.amazon.awscdk.cfnpropertymixins.services.transfer that return CfnWorkflowPropsMixin.BuilderModifier and TypeMethodDescriptionCfnWorkflowPropsMixin.Builder.create()CfnWorkflowPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWorkflowPropsMixin.Builder.description(String description) Specifies the text description for the workflow.CfnWorkflowPropsMixin.Builder.onExceptionSteps(List<? extends Object> onExceptionSteps) Specifies the steps (actions) to take if errors are encountered during execution of the workflow.CfnWorkflowPropsMixin.Builder.onExceptionSteps(IResolvable onExceptionSteps) Specifies the steps (actions) to take if errors are encountered during execution of the workflow.Specifies the details for the steps that are in the specified workflow.CfnWorkflowPropsMixin.Builder.steps(IResolvable steps) Specifies the details for the steps that are in the specified workflow.Key-value pairs that can be used to group and search for workflows.