public static interface EstimateTemplateCostRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<EstimateTemplateCostRequest.Builder,EstimateTemplateCostRequest>
| Modifier and Type | Method and Description |
|---|---|
EstimateTemplateCostRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EstimateTemplateCostRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EstimateTemplateCostRequest.Builder |
parameters(Collection<Parameter> parameters)
A list of
Parameter structures that specify input parameters. |
EstimateTemplateCostRequest.Builder |
parameters(Consumer<Parameter.Builder>... 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 |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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 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's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to Template Anatomy in the 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's located in an
Amazon S3 bucket or a Systems Manager document. For more information, go to Template
Anatomy in the 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 parameters(Consumer<Parameter.Builder>... parameters)
A list of Parameter structures that specify input parameters.
Parameter.Builder avoiding the need to create
one manually via Parameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #parameters(List.
parameters - a consumer that will call methods on
Parameter.Builder#parameters(java.util.Collection) EstimateTemplateCostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEstimateTemplateCostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.