public static interface EstimateTemplateCostRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<EstimateTemplateCostRequest.Builder,EstimateTemplateCostRequest>
| Modifier and Type | Method and Description |
|---|---|
EstimateTemplateCostRequest.Builder |
parameters(Collection<Parameter> parameters)
A list of
Parameter structures that specify input parameters. |
EstimateTemplateCostRequest.Builder |
parameters(Parameter... parameters)
A list of
Parameter structures that specify input parameters. |
EstimateTemplateCostRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
EstimateTemplateCostRequest.Builder |
templateBody(String templateBody)
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
EstimateTemplateCostRequest.Builder |
templateURL(String templateURL)
Location of file containing the template body.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildEstimateTemplateCostRequest.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 TemplateBody or TemplateURL. 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 TemplateBody or TemplateURL. If both are passed,
only TemplateBody is used.
EstimateTemplateCostRequest.Builder templateURL(String templateURL)
Location of file containing the template body. The URL must point to a template 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 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.
EstimateTemplateCostRequest.Builder parameters(Collection<Parameter> parameters)
A list of Parameter structures that specify input parameters.
parameters - A list of Parameter structures that specify input parameters.EstimateTemplateCostRequest.Builder parameters(Parameter... parameters)
A list of Parameter structures that specify input parameters.
parameters - A list of Parameter structures that specify input parameters.EstimateTemplateCostRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.