CopyableBuilder<CreatePortfolioShareRequest.Builder,CreatePortfolioShareRequest>
, SdkBuilder<CreatePortfolioShareRequest.Builder,CreatePortfolioShareRequest>
public static interface CreatePortfolioShareRequest.Builder extends CopyableBuilder<CreatePortfolioShareRequest.Builder,CreatePortfolioShareRequest>
Modifier and Type | Method | Description |
---|---|---|
CreatePortfolioShareRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
CreatePortfolioShareRequest.Builder |
accountId(String accountId) |
The account ID with which to share the portfolio.
|
CreatePortfolioShareRequest.Builder |
portfolioId(String portfolioId) |
The portfolio identifier.
|
copy
apply, build
CreatePortfolioShareRequest.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.
CreatePortfolioShareRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId
- The portfolio identifier.CreatePortfolioShareRequest.Builder accountId(String accountId)
The account ID with which to share the portfolio.
accountId
- The account ID with which to share the portfolio.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.