@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 |
defaultRunProperties(Object defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
CfnWorkflow.Builder |
description(String description)
A description of the workflow.
|
CfnWorkflow.Builder |
name(String name)
The name of the workflow representing the flow.
|
CfnWorkflow.Builder |
tags(Object tags)
The tags to use with this workflow.
|
@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.Builder.@Stability(value=Stable) public CfnWorkflow.Builder defaultRunProperties(Object defaultRunProperties)
defaultRunProperties - A collection of properties to be used as part of each execution of the workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.Builder description(String description)
description - A description of the workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.Builder name(String name)
name - The name of the workflow representing the flow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.Builder tags(Object tags)
tags - The tags to use with this workflow. This parameter is required.this@Stability(value=Stable) public CfnWorkflow build()
build in interface software.amazon.jsii.Builder<CfnWorkflow>Copyright © 2022. All rights reserved.