Uses of Class
software.amazon.awscdk.services.servicecatalog.ProductStackHistory.Builder
Packages that use ProductStackHistory.Builder
Package
Description
AWS Service Catalog Construct Library
-
Uses of ProductStackHistory.Builder in software.amazon.awscdk.services.servicecatalog
Methods in software.amazon.awscdk.services.servicecatalog that return ProductStackHistory.BuilderModifier and TypeMethodDescriptionstatic ProductStackHistory.BuilderProductStackHistory.Builder.currentVersionLocked(Boolean currentVersionLocked) If this is set to true, the ProductStack will not be overwritten if a snapshot is found for the currentVersionName.ProductStackHistory.Builder.currentVersionName(String currentVersionName) The current version name of the ProductStack.ProductStackHistory.Builder.description(String description) The description of the product version.The directory where template snapshots will be stored.ProductStackHistory.Builder.productStack(ProductStack productStack) The ProductStack whose history will be retained as a snapshot.ProductStackHistory.Builder.validateTemplate(Boolean validateTemplate) Whether the specified product template will be validated by CloudFormation.