Interface AwsCloudFormationStackOutputsDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsCloudFormationStackOutputsDetails.Builder,AwsCloudFormationStackOutputsDetails>, SdkBuilder<AwsCloudFormationStackOutputsDetails.Builder,AwsCloudFormationStackOutputsDetails>, SdkPojo
Enclosing class:
AwsCloudFormationStackOutputsDetails

public static interface AwsCloudFormationStackOutputsDetails.Builder extends SdkPojo, CopyableBuilder<AwsCloudFormationStackOutputsDetails.Builder,AwsCloudFormationStackOutputsDetails>
  • 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.