@Stability(value=Stable) public static final class CfnWorkflow.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkflow>
CfnWorkflow.| Modifier and Type | Method and Description |
|---|---|
CfnWorkflow |
build() |
static CfnWorkflow.Builder |
create(software.constructs.Construct scope,
String id) |
CfnWorkflow.Builder |
description(String description)
Specifies the text description for the workflow.
|
CfnWorkflow.Builder |
onExceptionSteps(IResolvable onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CfnWorkflow.Builder |
onExceptionSteps(List<? extends Object> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CfnWorkflow.Builder |
steps(IResolvable steps)
Specifies the details for the steps that are in the specified workflow.
|
CfnWorkflow.Builder |
steps(List<? extends Object> steps)
Specifies the details for the steps that are in the specified workflow.
|
CfnWorkflow.Builder |
tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for workflows.
|
@Stability(value=Stable) public static CfnWorkflow.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnWorkflow.WorkflowStepProperty.Builder.@Stability(value=Stable) public CfnWorkflow.Builder steps(IResolvable steps)
steps - Specifies the details for the steps that are in the specified workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.Builder steps(List<? extends Object> steps)
steps - Specifies the details for the steps that are in the specified workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.Builder description(String description)
description - Specifies the text description for the workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.Builder onExceptionSteps(IResolvable onExceptionSteps)
onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.Builder onExceptionSteps(List<? extends Object> onExceptionSteps)
onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.Builder tags(List<? extends CfnTag> tags)
Tags are metadata attached to workflows for any purpose.
tags - Key-value pairs that can be used to group and search for workflows. This parameter is required.this@Stability(value=Stable) public CfnWorkflow build()
build in interface software.amazon.jsii.Builder<CfnWorkflow>Copyright © 2022. All rights reserved.