@Stability(value=Stable) public static final class CfnWorkflowProps.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkflowProps>
CfnWorkflowProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWorkflowProps |
build()
Builds the configured instance.
|
CfnWorkflowProps.Builder |
description(String description)
Sets the value of
CfnWorkflowProps.getDescription() |
CfnWorkflowProps.Builder |
onExceptionSteps(IResolvable onExceptionSteps)
Sets the value of
CfnWorkflowProps.getOnExceptionSteps() |
CfnWorkflowProps.Builder |
onExceptionSteps(List<? extends Object> onExceptionSteps)
Sets the value of
CfnWorkflowProps.getOnExceptionSteps() |
CfnWorkflowProps.Builder |
steps(IResolvable steps)
Sets the value of
CfnWorkflowProps.getSteps() |
CfnWorkflowProps.Builder |
steps(List<? extends Object> steps)
Sets the value of
CfnWorkflowProps.getSteps() |
CfnWorkflowProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnWorkflowProps.getTags() |
@Stability(value=Stable) public CfnWorkflowProps.Builder steps(IResolvable steps)
CfnWorkflowProps.getSteps()steps - Specifies the details for the steps that are in the specified workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflowProps.Builder steps(List<? extends Object> steps)
CfnWorkflowProps.getSteps()steps - Specifies the details for the steps that are in the specified workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflowProps.Builder description(String description)
CfnWorkflowProps.getDescription()description - Specifies the text description for the workflow.this@Stability(value=Stable) public CfnWorkflowProps.Builder onExceptionSteps(IResolvable onExceptionSteps)
CfnWorkflowProps.getOnExceptionSteps()onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.this@Stability(value=Stable) public CfnWorkflowProps.Builder onExceptionSteps(List<? extends Object> onExceptionSteps)
CfnWorkflowProps.getOnExceptionSteps()onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.this@Stability(value=Stable) public CfnWorkflowProps.Builder tags(List<? extends CfnTag> tags)
CfnWorkflowProps.getTags()tags - Key-value pairs that can be used to group and search for workflows.
Tags are metadata attached to workflows for any purpose.this@Stability(value=Stable) public CfnWorkflowProps build()
build in interface software.amazon.jsii.Builder<CfnWorkflowProps>CfnWorkflowPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.