@Stability(value=Stable) public static final class CfnOutcomeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnOutcomeProps>
CfnOutcomeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnOutcomeProps |
build()
Builds the configured instance.
|
CfnOutcomeProps.Builder |
description(String description)
Sets the value of
CfnOutcomeProps.getDescription() |
CfnOutcomeProps.Builder |
name(String name)
Sets the value of
CfnOutcomeProps.getName() |
CfnOutcomeProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnOutcomeProps.getTags() |
@Stability(value=Stable) public CfnOutcomeProps.Builder name(String name)
CfnOutcomeProps.getName()name - The outcome name. This parameter is required.this@Stability(value=Stable) public CfnOutcomeProps.Builder description(String description)
CfnOutcomeProps.getDescription()description - The outcome description.this@Stability(value=Stable) public CfnOutcomeProps.Builder tags(List<? extends CfnTag> tags)
CfnOutcomeProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnOutcomeProps build()
build in interface software.amazon.jsii.Builder<CfnOutcomeProps>CfnOutcomePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.