@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 |
defaultRunProperties(Object defaultRunProperties)
Sets the value of
CfnWorkflowProps.getDefaultRunProperties() |
CfnWorkflowProps.Builder |
description(String description)
Sets the value of
CfnWorkflowProps.getDescription() |
CfnWorkflowProps.Builder |
name(String name)
Sets the value of
CfnWorkflowProps.getName() |
CfnWorkflowProps.Builder |
tags(Object tags)
Sets the value of
CfnWorkflowProps.getTags() |
@Stability(value=Stable) public CfnWorkflowProps.Builder defaultRunProperties(Object defaultRunProperties)
CfnWorkflowProps.getDefaultRunProperties()defaultRunProperties - A collection of properties to be used as part of each execution of the workflow.this@Stability(value=Stable) public CfnWorkflowProps.Builder description(String description)
CfnWorkflowProps.getDescription()description - A description of the workflow.this@Stability(value=Stable) public CfnWorkflowProps.Builder name(String name)
CfnWorkflowProps.getName()name - The name of the workflow representing the flow.this@Stability(value=Stable) public CfnWorkflowProps.Builder tags(Object tags)
CfnWorkflowProps.getTags()tags - The tags to use with this workflow.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.