Interface AwsCloudFormationStackOutputsDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsCloudFormationStackOutputsDetails.Builder,
,AwsCloudFormationStackOutputsDetails> SdkBuilder<AwsCloudFormationStackOutputsDetails.Builder,
,AwsCloudFormationStackOutputsDetails> SdkPojo
- Enclosing class:
AwsCloudFormationStackOutputsDetails
@Mutable
@NotThreadSafe
public static interface AwsCloudFormationStackOutputsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsCloudFormationStackOutputsDetails.Builder,AwsCloudFormationStackOutputsDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A user-defined description associated with the output.The key associated with the output.outputValue
(String outputValue) The value associated with the output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
description
A user-defined description associated with the output.
- Parameters:
description
- A user-defined description associated with the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputKey
The key associated with the output.
- Parameters:
outputKey
- The key associated with the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputValue
The value associated with the output.
- Parameters:
outputValue
- The value associated with the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-