Interface GetTemplateResponse.Builder

    • Method Detail

      • templateBody

        GetTemplateResponse.Builder templateBody​(String templateBody)

        Structure containing the template body. (For more information, go to Template Anatomy in the CloudFormation User Guide.)

        CloudFormation returns the same template that was used when the stack was created.

        Parameters:
        templateBody - Structure containing the template body. (For more information, go to Template Anatomy in the CloudFormation User Guide.)

        CloudFormation returns the same template that was used when the stack was created.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stagesAvailableWithStrings

        GetTemplateResponse.Builder stagesAvailableWithStrings​(Collection<String> stagesAvailable)

        The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.

        Parameters:
        stagesAvailable - The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stagesAvailableWithStrings

        GetTemplateResponse.Builder stagesAvailableWithStrings​(String... stagesAvailable)

        The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.

        Parameters:
        stagesAvailable - The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stagesAvailable

        GetTemplateResponse.Builder stagesAvailable​(Collection<TemplateStage> stagesAvailable)

        The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.

        Parameters:
        stagesAvailable - The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stagesAvailable

        GetTemplateResponse.Builder stagesAvailable​(TemplateStage... stagesAvailable)

        The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.

        Parameters:
        stagesAvailable - The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.