public static interface AwsCloudFormationStackOutputsDetails.Builder extends SdkPojo, CopyableBuilder<AwsCloudFormationStackOutputsDetails.Builder,AwsCloudFormationStackOutputsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFormationStackOutputsDetails.Builder |
description(String description)
A user-defined description associated with the output.
|
AwsCloudFormationStackOutputsDetails.Builder |
outputKey(String outputKey)
The key associated with the output.
|
AwsCloudFormationStackOutputsDetails.Builder |
outputValue(String outputValue)
The value associated with the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCloudFormationStackOutputsDetails.Builder description(String description)
A user-defined description associated with the output.
description - A user-defined description associated with the output.AwsCloudFormationStackOutputsDetails.Builder outputKey(String outputKey)
The key associated with the output.
outputKey - The key associated with the output.AwsCloudFormationStackOutputsDetails.Builder outputValue(String outputValue)
The value associated with the output.
outputValue - The value associated with the output.Copyright © 2023. All rights reserved.