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