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