Interface AwsCloudFormationStackOutputsDetails.Builder

    • Method Detail

      • description

        AwsCloudFormationStackOutputsDetails.Builder description​(String 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

        AwsCloudFormationStackOutputsDetails.Builder outputKey​(String 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

        AwsCloudFormationStackOutputsDetails.Builder outputValue​(String 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.