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