CopyableBuilder<AssociateProductWithPortfolioRequest.Builder,AssociateProductWithPortfolioRequest>
, SdkBuilder<AssociateProductWithPortfolioRequest.Builder,AssociateProductWithPortfolioRequest>
public static interface AssociateProductWithPortfolioRequest.Builder extends CopyableBuilder<AssociateProductWithPortfolioRequest.Builder,AssociateProductWithPortfolioRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateProductWithPortfolioRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
AssociateProductWithPortfolioRequest.Builder |
portfolioId(String portfolioId) |
The portfolio identifier.
|
AssociateProductWithPortfolioRequest.Builder |
productId(String productId) |
The product identifier.
|
AssociateProductWithPortfolioRequest.Builder |
sourcePortfolioId(String sourcePortfolioId) |
The identifier of the source portfolio to use with this association.
|
copy
apply, build
AssociateProductWithPortfolioRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
AssociateProductWithPortfolioRequest.Builder productId(String productId)
The product identifier.
productId
- The product identifier.AssociateProductWithPortfolioRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId
- The portfolio identifier.AssociateProductWithPortfolioRequest.Builder sourcePortfolioId(String sourcePortfolioId)
The identifier of the source portfolio to use with this association.
sourcePortfolioId
- The identifier of the source portfolio to use with this association.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.