@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 description(String description)
CfnWorkflowProps.getDescription()description - `AWS::Transfer::Workflow.Description`.this@Stability(value=Stable) public CfnWorkflowProps.Builder onExceptionSteps(IResolvable onExceptionSteps)
CfnWorkflowProps.getOnExceptionSteps()onExceptionSteps - `AWS::Transfer::Workflow.OnExceptionSteps`.this@Stability(value=Stable) public CfnWorkflowProps.Builder onExceptionSteps(List<? extends Object> onExceptionSteps)
CfnWorkflowProps.getOnExceptionSteps()onExceptionSteps - `AWS::Transfer::Workflow.OnExceptionSteps`.this@Stability(value=Stable) public CfnWorkflowProps.Builder steps(IResolvable steps)
CfnWorkflowProps.getSteps()steps - `AWS::Transfer::Workflow.Steps`. This parameter is required.this@Stability(value=Stable) public CfnWorkflowProps.Builder steps(List<? extends Object> steps)
CfnWorkflowProps.getSteps()steps - `AWS::Transfer::Workflow.Steps`. This parameter is required.this@Stability(value=Stable) public CfnWorkflowProps.Builder tags(List<? extends CfnTag> tags)
CfnWorkflowProps.getTags()tags - `AWS::Transfer::Workflow.Tags`.this@Stability(value=Stable) public CfnWorkflowProps build()
build in interface software.amazon.jsii.Builder<CfnWorkflowProps>CfnWorkflowPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.