Uses of Interface
software.amazon.awssdk.services.cloudformation.model.EstimateTemplateCostRequest.Builder
Packages that use EstimateTemplateCostRequest.Builder
Package
Description
-
Uses of EstimateTemplateCostRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type EstimateTemplateCostRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.estimateTemplateCost(Consumer<EstimateTemplateCostRequest.Builder> estimateTemplateCostRequest) Returns the estimated monthly cost of a template.default EstimateTemplateCostResponseCloudFormationClient.estimateTemplateCost(Consumer<EstimateTemplateCostRequest.Builder> estimateTemplateCostRequest) Returns the estimated monthly cost of a template. -
Uses of EstimateTemplateCostRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return EstimateTemplateCostRequest.BuilderModifier and TypeMethodDescriptionEstimateTemplateCostRequest.builder()EstimateTemplateCostRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EstimateTemplateCostRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EstimateTemplateCostRequest.Builder.parameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters.EstimateTemplateCostRequest.Builder.parameters(Consumer<Parameter.Builder>... parameters) A list ofParameterstructures that specify input parameters.EstimateTemplateCostRequest.Builder.parameters(Parameter... parameters) A list ofParameterstructures that specify input parameters.EstimateTemplateCostRequest.Builder.templateBody(String templateBody) Structure that contains the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.EstimateTemplateCostRequest.Builder.templateURL(String templateURL) The URL of a file that contains the template body.EstimateTemplateCostRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type EstimateTemplateCostRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EstimateTemplateCostRequest.Builder>EstimateTemplateCostRequest.serializableBuilderClass()