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