CopyableBuilder<GetTemplateSummaryRequest.Builder,GetTemplateSummaryRequest>
, SdkBuilder<GetTemplateSummaryRequest.Builder,GetTemplateSummaryRequest>
public static interface GetTemplateSummaryRequest.Builder extends CopyableBuilder<GetTemplateSummaryRequest.Builder,GetTemplateSummaryRequest>
Modifier and Type | Method | Description |
---|---|---|
GetTemplateSummaryRequest.Builder |
stackName(String stackName) |
The name or the stack ID that is associated with the stack, which are not always interchangeable.
|
GetTemplateSummaryRequest.Builder |
templateBody(String templateBody) |
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
GetTemplateSummaryRequest.Builder |
templateURL(String templateURL) |
Location of file containing the template body.
|
copy
apply, build
GetTemplateSummaryRequest.Builder templateBody(String templateBody)
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
templateBody
- Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200
bytes. For more information about templates, see Template
Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
GetTemplateSummaryRequest.Builder templateURL(String templateURL)
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
templateURL
- Location of file containing the template body. The URL must point to a template (max size: 460,800
bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template
Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
GetTemplateSummaryRequest.Builder stackName(String stackName)
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
stackName
- The name or the stack ID that is associated with the stack, which are not always interchangeable. For
running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you
must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.