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