Uses of Class
software.amazon.awscdk.services.servicecatalog.CloudFormationProduct.Builder
Packages that use CloudFormationProduct.Builder
Package
Description
AWS Service Catalog Construct Library
-
Uses of CloudFormationProduct.Builder in software.amazon.awscdk.services.servicecatalog
Methods in software.amazon.awscdk.services.servicecatalog that return CloudFormationProduct.BuilderModifier and TypeMethodDescriptionCloudFormationProduct.Builder.description(String description) The description of the product.CloudFormationProduct.Builder.distributor(String distributor) The distributor of the product.CloudFormationProduct.Builder.messageLanguage(MessageLanguage messageLanguage) The language code.The owner of the product.CloudFormationProduct.Builder.productName(String productName) The name of the product.CloudFormationProduct.Builder.productVersions(List<? extends CloudFormationProductVersion> productVersions) The configuration of the product version.CloudFormationProduct.Builder.replaceProductVersionIds(Boolean replaceProductVersionIds) Whether to give provisioning artifacts a new unique identifier when the product attributes or provisioning artifacts is updated.CloudFormationProduct.Builder.supportDescription(String supportDescription) The support information about the product.CloudFormationProduct.Builder.supportEmail(String supportEmail) The contact email for product support.CloudFormationProduct.Builder.supportUrl(String supportUrl) The contact URL for product support.CloudFormationProduct.Builder.tagOptions(TagOptions tagOptions) TagOptions associated directly to a product.