@Stability(value=Stable) public static final class CfnOutputProps.Builder extends Object
CfnOutputProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnOutputProps |
build()
Builds the configured instance.
|
CfnOutputProps.Builder |
withCondition(CfnCondition value)
Sets the value of Condition
|
CfnOutputProps.Builder |
withDescription(String value)
Sets the value of Description
|
CfnOutputProps.Builder |
withExportName(String value)
Sets the value of ExportName
|
CfnOutputProps.Builder |
withValue(String value)
Sets the value of Value
|
@Stability(value=Stable) public CfnOutputProps.Builder withValue(String value)
value - The value of the property returned by the aws cloudformation describe-stacks command. The value of an output can include literals, parameter references, pseudo-parameters, a mapping value, or intrinsic functions.this@Stability(value=Stable) public CfnOutputProps.Builder withCondition(@Nullable CfnCondition value)
value - A condition to associate with this output value.this@Stability(value=Stable) public CfnOutputProps.Builder withDescription(@Nullable String value)
value - A String type that describes the output value. The description can be a maximum of 4 K in length.this@Stability(value=Stable) public CfnOutputProps.Builder withExportName(@Nullable String value)
value - The name used to export the value of this output across stacks.this@Stability(value=Stable) public CfnOutputProps build()
CfnOutputPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.