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