CopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
, SdkBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
public static interface GetTemplateResponse.Builder extends CopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
Modifier and Type | Method | Description |
---|---|---|
GetTemplateResponse.Builder |
stagesAvailable(String... stagesAvailable) |
The stage of the template that you can retrieve.
|
GetTemplateResponse.Builder |
stagesAvailable(Collection<String> 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 |
templateBody(String templateBody) |
Structure containing the template body.
|
copy
apply, 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 stagesAvailable(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.TemplateStage
GetTemplateResponse.Builder stagesAvailable(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.
NOTE: This method appends the values to the existing list (if any). Use
#setStagesAvailable(java.util.Collection)
or #withStagesAvailable(java.util.Collection)
if
you want to override the existing values.
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.TemplateStage
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.
NOTE: This method appends the values to the existing list (if any). Use
#setStagesAvailable(java.util.Collection)
or #withStagesAvailable(java.util.Collection)
if
you want to override the existing values.
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.TemplateStage
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.