@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 acceptLanguage(String acceptLanguage)
CfnPortfolioProductAssociationProps.getAcceptLanguage()acceptLanguage - `AWS::ServiceCatalog::PortfolioProductAssociation.AcceptLanguage`.this@Stability(value=Stable) public CfnPortfolioProductAssociationProps.Builder portfolioId(String portfolioId)
CfnPortfolioProductAssociationProps.getPortfolioId()portfolioId - `AWS::ServiceCatalog::PortfolioProductAssociation.PortfolioId`. This parameter is required.this@Stability(value=Stable) public CfnPortfolioProductAssociationProps.Builder productId(String productId)
CfnPortfolioProductAssociationProps.getProductId()productId - `AWS::ServiceCatalog::PortfolioProductAssociation.ProductId`. This parameter is required.this@Stability(value=Stable) public CfnPortfolioProductAssociationProps.Builder sourcePortfolioId(String sourcePortfolioId)
CfnPortfolioProductAssociationProps.getSourcePortfolioId()sourcePortfolioId - `AWS::ServiceCatalog::PortfolioProductAssociation.SourcePortfolioId`.this@Stability(value=Stable) public CfnPortfolioProductAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnPortfolioProductAssociationProps>CfnPortfolioProductAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.