Class CfnWorkflowPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transfer.mixins.CfnWorkflowPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowPropsMixin>
- Enclosing class:
CfnWorkflowPropsMixin
@Stability(Stable)
public static final class CfnWorkflowPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowPropsMixin>
A fluent builder for
CfnWorkflowPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) Specifies the text description for the workflow.onExceptionSteps(List<? extends Object> onExceptionSteps) Specifies the steps (actions) to take if errors are encountered during execution of the workflow.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.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.
-
Method Details
-
create
@Stability(Stable) public static CfnWorkflowPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWorkflowPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWorkflowPropsMixin.Builder.
-
description
Specifies the text description for the workflow.- Parameters:
description- Specifies the text description for the workflow. This parameter is required.- Returns:
this- See Also:
-
onExceptionSteps
@Stability(Stable) public CfnWorkflowPropsMixin.Builder onExceptionSteps(IResolvable onExceptionSteps) Specifies the steps (actions) to take if errors are encountered during execution of the workflow.- Parameters:
onExceptionSteps- Specifies the steps (actions) to take if errors are encountered during execution of the workflow. This parameter is required.- Returns:
this- See Also:
-
onExceptionSteps
@Stability(Stable) public CfnWorkflowPropsMixin.Builder onExceptionSteps(List<? extends Object> onExceptionSteps) Specifies the steps (actions) to take if errors are encountered during execution of the workflow.- Parameters:
onExceptionSteps- Specifies the steps (actions) to take if errors are encountered during execution of the workflow. This parameter is required.- Returns:
this- See Also:
-
steps
Specifies the details for the steps that are in the specified workflow.- Parameters:
steps- Specifies the details for the steps that are in the specified workflow. This parameter is required.- Returns:
this- See Also:
-
steps
Specifies the details for the steps that are in the specified workflow.- Parameters:
steps- Specifies the details for the steps that are in the specified workflow. This parameter is required.- Returns:
this- See Also:
-
tags
Key-value pairs that can be used to group and search for workflows.Tags are metadata attached to workflows for any purpose.
- Parameters:
tags- Key-value pairs that can be used to group and search for workflows. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowPropsMixin>- Returns:
- a newly built instance of
CfnWorkflowPropsMixin.
-