Class CfnStackPropsMixin.OutputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnStackPropsMixin.OutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStackPropsMixin.OutputProperty>
- Enclosing interface:
CfnStackPropsMixin.OutputProperty
@Stability(Stable)
public static final class CfnStackPropsMixin.OutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStackPropsMixin.OutputProperty>
A builder for
CfnStackPropsMixin.OutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnStackPropsMixin.OutputProperty.getDescription()exportName(String exportName) Sets the value ofCfnStackPropsMixin.OutputProperty.getExportName()Sets the value ofCfnStackPropsMixin.OutputProperty.getOutputKey()outputValue(String outputValue) Sets the value ofCfnStackPropsMixin.OutputProperty.getOutputValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnStackPropsMixin.OutputProperty.getDescription()- Parameters:
description- User defined description associated with the output.- Returns:
this
-
exportName
Sets the value ofCfnStackPropsMixin.OutputProperty.getExportName()- Parameters:
exportName- The name of the export associated with the output.- Returns:
this
-
outputKey
Sets the value ofCfnStackPropsMixin.OutputProperty.getOutputKey()- Parameters:
outputKey- The key associated with the output.- Returns:
this
-
outputValue
Sets the value ofCfnStackPropsMixin.OutputProperty.getOutputValue()- Parameters:
outputValue- The value associated with the output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStackPropsMixin.OutputProperty>- Returns:
- a new instance of
CfnStackPropsMixin.OutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-