Interface CreateCloudFormationStepOutput.Builder

    • Method Detail

      • stackId

        CreateCloudFormationStepOutput.Builder stackId​(String stackId)

        The stack ID of the CloudFormation step output.

        Parameters:
        stackId - The stack ID of the CloudFormation step output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exports

        CreateCloudFormationStepOutput.Builder exports​(Map<String,​String> exports)

        The exports of the CloudFormation step output.

        Parameters:
        exports - The exports of the CloudFormation step output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.