public static final class CfnResourceUpdateConstraintProps.Builder
extends java.lang.Object
CfnResourceUpdateConstraintProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnResourceUpdateConstraintProps.Builder |
acceptLanguage(java.lang.String acceptLanguage)
Sets the value of
CfnResourceUpdateConstraintProps.getAcceptLanguage() |
CfnResourceUpdateConstraintProps |
build()
Builds the configured instance.
|
CfnResourceUpdateConstraintProps.Builder |
description(java.lang.String description)
Sets the value of
CfnResourceUpdateConstraintProps.getDescription() |
CfnResourceUpdateConstraintProps.Builder |
portfolioId(java.lang.String portfolioId)
Sets the value of
CfnResourceUpdateConstraintProps.getPortfolioId() |
CfnResourceUpdateConstraintProps.Builder |
productId(java.lang.String productId)
Sets the value of
CfnResourceUpdateConstraintProps.getProductId() |
CfnResourceUpdateConstraintProps.Builder |
tagUpdateOnProvisionedProduct(java.lang.String tagUpdateOnProvisionedProduct)
Sets the value of
CfnResourceUpdateConstraintProps.getTagUpdateOnProvisionedProduct() |
public CfnResourceUpdateConstraintProps.Builder portfolioId(java.lang.String portfolioId)
CfnResourceUpdateConstraintProps.getPortfolioId()
portfolioId
- The portfolio identifier. This parameter is required.this
public CfnResourceUpdateConstraintProps.Builder productId(java.lang.String productId)
CfnResourceUpdateConstraintProps.getProductId()
productId
- The product identifier. This parameter is required.this
public CfnResourceUpdateConstraintProps.Builder tagUpdateOnProvisionedProduct(java.lang.String tagUpdateOnProvisionedProduct)
CfnResourceUpdateConstraintProps.getTagUpdateOnProvisionedProduct()
tagUpdateOnProvisionedProduct
- If set to `ALLOWED` , lets users change tags in a [CloudFormationProvisionedProduct](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html) resource. This parameter is required.
If set to NOT_ALLOWED
, prevents users from changing tags in a CloudFormationProvisionedProduct resource.this
public CfnResourceUpdateConstraintProps.Builder acceptLanguage(java.lang.String acceptLanguage)
CfnResourceUpdateConstraintProps.getAcceptLanguage()
acceptLanguage
- The language code.
en
- English (default)jp
- Japanesezh
- Chinesethis
public CfnResourceUpdateConstraintProps.Builder description(java.lang.String description)
CfnResourceUpdateConstraintProps.getDescription()
description
- The description of the constraint.this
public CfnResourceUpdateConstraintProps build()
CfnResourceUpdateConstraintProps
java.lang.NullPointerException
- if any required attribute was not provided