Uses of Class
software.amazon.awscdk.services.servicecatalog.CloudFormationProductProps.Builder
Package
Description
AWS Service Catalog Construct Library
-
Uses of CloudFormationProductProps.Builder in software.amazon.awscdk.services.servicecatalog
Modifier and TypeMethodDescriptionCloudFormationProductProps.builder()
CloudFormationProductProps.Builder.description
(String description) Sets the value ofCloudFormationProductProps.getDescription()
CloudFormationProductProps.Builder.distributor
(String distributor) Sets the value ofCloudFormationProductProps.getDistributor()
CloudFormationProductProps.Builder.messageLanguage
(MessageLanguage messageLanguage) Sets the value ofCloudFormationProductProps.getMessageLanguage()
Sets the value ofCloudFormationProductProps.getOwner()
CloudFormationProductProps.Builder.productName
(String productName) Sets the value ofCloudFormationProductProps.getProductName()
CloudFormationProductProps.Builder.productVersions
(List<? extends CloudFormationProductVersion> productVersions) Sets the value ofCloudFormationProductProps.getProductVersions()
CloudFormationProductProps.Builder.replaceProductVersionIds
(Boolean replaceProductVersionIds) Sets the value ofCloudFormationProductProps.getReplaceProductVersionIds()
CloudFormationProductProps.Builder.supportDescription
(String supportDescription) Sets the value ofCloudFormationProductProps.getSupportDescription()
CloudFormationProductProps.Builder.supportEmail
(String supportEmail) Sets the value ofCloudFormationProductProps.getSupportEmail()
CloudFormationProductProps.Builder.supportUrl
(String supportUrl) Sets the value ofCloudFormationProductProps.getSupportUrl()
CloudFormationProductProps.Builder.tagOptions
(TagOptions tagOptions) Sets the value ofCloudFormationProductProps.getTagOptions()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCloudFormationProductProps.Builder
.