public static interface GetTemplateResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTemplateResponse.Builder |
stagesAvailable(Collection<TemplateStage> stagesAvailable)
The stage of the template that you can retrieve.
|
GetTemplateResponse.Builder |
stagesAvailable(TemplateStage... stagesAvailable)
The stage of the template that you can retrieve.
|
GetTemplateResponse.Builder |
stagesAvailableWithStrings(Collection<String> stagesAvailable)
The stage of the template that you can retrieve.
|
GetTemplateResponse.Builder |
stagesAvailableWithStrings(String... stagesAvailable)
The stage of the template that you can retrieve.
|
GetTemplateResponse.Builder |
templateBody(String templateBody)
Structure containing the template body.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTemplateResponse.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.
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.
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.
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.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.
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.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.
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.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.
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.Copyright © 2021. All rights reserved.