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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String... 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
templateBody(String templateBody)
Structure containing the template body.-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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
andProcessed
templates are always available. For change sets, theOriginal
template is always available. After CloudFormation finishes creating the change set, theProcessed
template becomes available.- Parameters:
stagesAvailable
- The stage of the template that you can retrieve. For stacks, theOriginal
andProcessed
templates are always available. For change sets, theOriginal
template is always available. After CloudFormation finishes creating the change set, theProcessed
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
andProcessed
templates are always available. For change sets, theOriginal
template is always available. After CloudFormation finishes creating the change set, theProcessed
template becomes available.- Parameters:
stagesAvailable
- The stage of the template that you can retrieve. For stacks, theOriginal
andProcessed
templates are always available. For change sets, theOriginal
template is always available. After CloudFormation finishes creating the change set, theProcessed
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
andProcessed
templates are always available. For change sets, theOriginal
template is always available. After CloudFormation finishes creating the change set, theProcessed
template becomes available.- Parameters:
stagesAvailable
- The stage of the template that you can retrieve. For stacks, theOriginal
andProcessed
templates are always available. For change sets, theOriginal
template is always available. After CloudFormation finishes creating the change set, theProcessed
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
andProcessed
templates are always available. For change sets, theOriginal
template is always available. After CloudFormation finishes creating the change set, theProcessed
template becomes available.- Parameters:
stagesAvailable
- The stage of the template that you can retrieve. For stacks, theOriginal
andProcessed
templates are always available. For change sets, theOriginal
template is always available. After CloudFormation finishes creating the change set, theProcessed
template becomes available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-