@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.090Z") @Stability(value=Stable) public interface CfnPortfolioProductAssociationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.servicecatalog.*;
CfnPortfolioProductAssociationProps cfnPortfolioProductAssociationProps = CfnPortfolioProductAssociationProps.builder()
.portfolioId("portfolioId")
.productId("productId")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.sourcePortfolioId("sourcePortfolioId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPortfolioProductAssociationProps.Builder
A builder for
CfnPortfolioProductAssociationProps |
static class |
CfnPortfolioProductAssociationProps.Jsii$Proxy
An implementation for
CfnPortfolioProductAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPortfolioProductAssociationProps.Builder |
builder() |
default String |
getAcceptLanguage()
The language code.
|
String |
getPortfolioId()
The portfolio identifier.
|
String |
getProductId()
The product identifier.
|
default String |
getSourcePortfolioId()
The identifier of the source portfolio.
|
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) @Nullable default String getSourcePortfolioId()
@Stability(value=Stable) static CfnPortfolioProductAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.