@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
- `AWS::ServiceCatalog::ResourceUpdateConstraint.PortfolioId`. This parameter is required.this
@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder productId(String productId)
CfnResourceUpdateConstraintProps.getProductId()
productId
- `AWS::ServiceCatalog::ResourceUpdateConstraint.ProductId`. This parameter is required.this
@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder tagUpdateOnProvisionedProduct(String tagUpdateOnProvisionedProduct)
CfnResourceUpdateConstraintProps.getTagUpdateOnProvisionedProduct()
tagUpdateOnProvisionedProduct
- `AWS::ServiceCatalog::ResourceUpdateConstraint.TagUpdateOnProvisionedProduct`. This parameter is required.this
@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder acceptLanguage(String acceptLanguage)
CfnResourceUpdateConstraintProps.getAcceptLanguage()
acceptLanguage
- `AWS::ServiceCatalog::ResourceUpdateConstraint.AcceptLanguage`.this
@Stability(value=Stable) public CfnResourceUpdateConstraintProps.Builder description(String description)
CfnResourceUpdateConstraintProps.getDescription()
description
- `AWS::ServiceCatalog::ResourceUpdateConstraint.Description`.this
@Stability(value=Stable) public CfnResourceUpdateConstraintProps build()
build
in interface software.amazon.jsii.Builder<CfnResourceUpdateConstraintProps>
CfnResourceUpdateConstraintProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.