@Stability(value=Stable) public static final class CfnResourceUpdateConstraintProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceUpdateConstraintProps>
CfnResourceUpdateConstraintProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceUpdateConstraintProps.Builder |
acceptLanguage(String acceptLanguage)
Sets the value of
CfnResourceUpdateConstraintProps.getAcceptLanguage() |
CfnResourceUpdateConstraintProps |
build()
Builds the configured instance.
|
CfnResourceUpdateConstraintProps.Builder |
description(String description)
Sets the value of
CfnResourceUpdateConstraintProps.getDescription() |
CfnResourceUpdateConstraintProps.Builder |
portfolioId(String portfolioId)
Sets the value of
CfnResourceUpdateConstraintProps.getPortfolioId() |
CfnResourceUpdateConstraintProps.Builder |
productId(String productId)
Sets the value of
CfnResourceUpdateConstraintProps.getProductId() |
CfnResourceUpdateConstraintProps.Builder |
tagUpdateOnProvisionedProduct(String tagUpdateOnProvisionedProduct)
Sets the value of
CfnResourceUpdateConstraintProps.getTagUpdateOnProvisionedProduct() |
@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder portfolioId(String portfolioId)
CfnResourceUpdateConstraintProps.getPortfolioId()portfolioId - The portfolio identifier. This parameter is required.this@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder productId(String productId)
CfnResourceUpdateConstraintProps.getProductId()productId - The product identifier. This parameter is required.this@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder tagUpdateOnProvisionedProduct(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@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder acceptLanguage(String acceptLanguage)
CfnResourceUpdateConstraintProps.getAcceptLanguage()acceptLanguage - The language code.
en - English (default)jp - Japanesezh - Chinesethis@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder description(String description)
CfnResourceUpdateConstraintProps.getDescription()description - The description of the constraint.this@Stability(value=Stable) public CfnResourceUpdateConstraintProps build()
build in interface software.amazon.jsii.Builder<CfnResourceUpdateConstraintProps>CfnResourceUpdateConstraintPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.