public static interface GetTemplateResponse.Builder extends CloudFormationResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetTemplateResponse.Builder templateBody(String templateBody)
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
AWS 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 AWS CloudFormation User Guide.)
AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS CloudFormation finishes creating the change set, the
Processed
template becomes available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.