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