Interface GetTemplateResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudFormationResponse.Builder, CopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>, SdkBuilder<GetTemplateResponse.Builder,GetTemplateResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetTemplateResponse

public static interface GetTemplateResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
  • Method Details

    • 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.