CopyableBuilder<ValidateTemplateRequest.Builder,ValidateTemplateRequest>
, SdkBuilder<ValidateTemplateRequest.Builder,ValidateTemplateRequest>
public static interface ValidateTemplateRequest.Builder extends CopyableBuilder<ValidateTemplateRequest.Builder,ValidateTemplateRequest>
Modifier and Type | Method | Description |
---|---|---|
ValidateTemplateRequest.Builder |
templateBody(String templateBody) |
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
ValidateTemplateRequest.Builder |
templateURL(String templateURL) |
Location of file containing the template body.
|
copy
apply, build
ValidateTemplateRequest.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, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only
TemplateBody
is used.
templateBody
- Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200
bytes. For more information, go to Template
Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed,
only TemplateBody
is used.
ValidateTemplateRequest.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, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only
TemplateBody
is used.
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, go to Template
Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed,
only TemplateBody
is used.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.