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