@Stability(value=External) public static final class CfnResourceUpdateConstraintProps.Builder extends Object
CfnResourceUpdateConstraintProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceUpdateConstraintProps.Builder |
acceptLanguage(String acceptLanguage)
Sets the value of AcceptLanguage
|
CfnResourceUpdateConstraintProps |
build()
Builds the configured instance.
|
CfnResourceUpdateConstraintProps.Builder |
description(String description)
Sets the value of Description
|
CfnResourceUpdateConstraintProps.Builder |
portfolioId(String portfolioId)
Sets the value of PortfolioId
|
CfnResourceUpdateConstraintProps.Builder |
productId(String productId)
Sets the value of ProductId
|
CfnResourceUpdateConstraintProps.Builder |
tagUpdateOnProvisionedProduct(String tagUpdateOnProvisionedProduct)
Sets the value of TagUpdateOnProvisionedProduct
|
@Stability(value=External) public CfnResourceUpdateConstraintProps.Builder portfolioId(String portfolioId)
portfolioId - `AWS::ServiceCatalog::ResourceUpdateConstraint.PortfolioId`. This parameter is required.this@Stability(value=External) public CfnResourceUpdateConstraintProps.Builder productId(String productId)
productId - `AWS::ServiceCatalog::ResourceUpdateConstraint.ProductId`. This parameter is required.this@Stability(value=External) public CfnResourceUpdateConstraintProps.Builder tagUpdateOnProvisionedProduct(String tagUpdateOnProvisionedProduct)
tagUpdateOnProvisionedProduct - `AWS::ServiceCatalog::ResourceUpdateConstraint.TagUpdateOnProvisionedProduct`. This parameter is required.this@Stability(value=External) public CfnResourceUpdateConstraintProps.Builder acceptLanguage(String acceptLanguage)
acceptLanguage - `AWS::ServiceCatalog::ResourceUpdateConstraint.AcceptLanguage`.this@Stability(value=External) public CfnResourceUpdateConstraintProps.Builder description(String description)
description - `AWS::ServiceCatalog::ResourceUpdateConstraint.Description`.this@Stability(value=External) public CfnResourceUpdateConstraintProps build()
CfnResourceUpdateConstraintPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.