public static final class CfnCloudFormationProductProps.Builder
extends java.lang.Object
CfnCloudFormationProductProps
Constructor and Description |
---|
Builder() |
public CfnCloudFormationProductProps.Builder name(java.lang.String name)
CfnCloudFormationProductProps.getName()
name
- The name of the product. This parameter is required.this
public CfnCloudFormationProductProps.Builder owner(java.lang.String owner)
CfnCloudFormationProductProps.getOwner()
owner
- The owner of the product. This parameter is required.this
public CfnCloudFormationProductProps.Builder provisioningArtifactParameters(IResolvable provisioningArtifactParameters)
CfnCloudFormationProductProps.getProvisioningArtifactParameters()
provisioningArtifactParameters
- The configuration of the provisioning artifact (also known as a version). This parameter is required.this
public CfnCloudFormationProductProps.Builder provisioningArtifactParameters(java.util.List<? extends java.lang.Object> provisioningArtifactParameters)
CfnCloudFormationProductProps.getProvisioningArtifactParameters()
provisioningArtifactParameters
- The configuration of the provisioning artifact (also known as a version). This parameter is required.this
public CfnCloudFormationProductProps.Builder acceptLanguage(java.lang.String acceptLanguage)
CfnCloudFormationProductProps.getAcceptLanguage()
acceptLanguage
- The language code.
en
- English (default)jp
- Japanesezh
- Chinesethis
public CfnCloudFormationProductProps.Builder description(java.lang.String description)
CfnCloudFormationProductProps.getDescription()
description
- The description of the product.this
public CfnCloudFormationProductProps.Builder distributor(java.lang.String distributor)
CfnCloudFormationProductProps.getDistributor()
distributor
- The distributor of the product.this
public CfnCloudFormationProductProps.Builder replaceProvisioningArtifacts(java.lang.Boolean replaceProvisioningArtifacts)
CfnCloudFormationProductProps.getReplaceProvisioningArtifacts()
replaceProvisioningArtifacts
- This property is turned off by default.
If turned off, you can update provisioning artifacts or product attributes (such as description, distributor, name, owner, and more) and the associated provisioning artifacts will retain the same unique identifier. Provisioning artifacts are matched within the CloudFormationProduct resource, and only those that have been updated will be changed. Provisioning artifacts are matched by a combinaton of provisioning artifact template URL and name.
If turned on, provisioning artifacts will be given a new unique identifier when you update the product or provisioning artifacts.
this
public CfnCloudFormationProductProps.Builder replaceProvisioningArtifacts(IResolvable replaceProvisioningArtifacts)
CfnCloudFormationProductProps.getReplaceProvisioningArtifacts()
replaceProvisioningArtifacts
- This property is turned off by default.
If turned off, you can update provisioning artifacts or product attributes (such as description, distributor, name, owner, and more) and the associated provisioning artifacts will retain the same unique identifier. Provisioning artifacts are matched within the CloudFormationProduct resource, and only those that have been updated will be changed. Provisioning artifacts are matched by a combinaton of provisioning artifact template URL and name.
If turned on, provisioning artifacts will be given a new unique identifier when you update the product or provisioning artifacts.
this
public CfnCloudFormationProductProps.Builder supportDescription(java.lang.String supportDescription)
CfnCloudFormationProductProps.getSupportDescription()
supportDescription
- The support information about the product.this
public CfnCloudFormationProductProps.Builder supportEmail(java.lang.String supportEmail)
CfnCloudFormationProductProps.getSupportEmail()
supportEmail
- The contact email for product support.this
public CfnCloudFormationProductProps.Builder supportUrl(java.lang.String supportUrl)
CfnCloudFormationProductProps.getSupportUrl()
supportUrl
- The contact URL for product support.
^https?:\/\//
/ is the pattern used to validate SupportUrl.this
public CfnCloudFormationProductProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnCloudFormationProductProps.getTags()
tags
- One or more tags.this
public CfnCloudFormationProductProps build()
CfnCloudFormationProductProps
java.lang.NullPointerException
- if any required attribute was not provided