Uses of Class
software.amazon.awscdk.services.servicecatalog.CloudFormationProductVersion.Builder
Packages that use CloudFormationProductVersion.Builder
Package
Description
AWS Service Catalog Construct Library
-
Uses of CloudFormationProductVersion.Builder in software.amazon.awscdk.services.servicecatalog
Methods in software.amazon.awscdk.services.servicecatalog that return CloudFormationProductVersion.BuilderModifier and TypeMethodDescriptionCloudFormationProductVersion.builder()
CloudFormationProductVersion.Builder.cloudFormationTemplate
(CloudFormationTemplate cloudFormationTemplate) Sets the value ofCloudFormationProductVersion.getCloudFormationTemplate()
CloudFormationProductVersion.Builder.description
(String description) Sets the value ofCloudFormationProductVersion.getDescription()
CloudFormationProductVersion.Builder.productVersionName
(String productVersionName) Sets the value ofCloudFormationProductVersion.getProductVersionName()
CloudFormationProductVersion.Builder.validateTemplate
(Boolean validateTemplate) Sets the value ofCloudFormationProductVersion.getValidateTemplate()
Constructors in software.amazon.awscdk.services.servicecatalog with parameters of type CloudFormationProductVersion.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCloudFormationProductVersion.Builder
.