CopyableBuilder<UpdateProductRequest.Builder,UpdateProductRequest>
, SdkBuilder<UpdateProductRequest.Builder,UpdateProductRequest>
public static interface UpdateProductRequest.Builder extends CopyableBuilder<UpdateProductRequest.Builder,UpdateProductRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateProductRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
UpdateProductRequest.Builder |
addTags(Collection<Tag> addTags) |
Tags to add to the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
addTags(Tag... addTags) |
Tags to add to the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
description(String description) |
The updated text description of the product.
|
UpdateProductRequest.Builder |
distributor(String distributor) |
The updated distributor of the product.
|
UpdateProductRequest.Builder |
id(String id) |
The identifier of the product for the update request.
|
UpdateProductRequest.Builder |
name(String name) |
The updated product name.
|
UpdateProductRequest.Builder |
owner(String owner) |
The updated owner of the product.
|
UpdateProductRequest.Builder |
removeTags(String... removeTags) |
Tags to remove from the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
removeTags(Collection<String> removeTags) |
Tags to remove from the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
supportDescription(String supportDescription) |
The updated support description for the product.
|
UpdateProductRequest.Builder |
supportEmail(String supportEmail) |
The updated support email for the product.
|
UpdateProductRequest.Builder |
supportUrl(String supportUrl) |
The updated support URL for the product.
|
copy
apply, build
UpdateProductRequest.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.
UpdateProductRequest.Builder id(String id)
The identifier of the product for the update request.
id
- The identifier of the product for the update request.UpdateProductRequest.Builder name(String name)
The updated product name.
name
- The updated product name.UpdateProductRequest.Builder owner(String owner)
The updated owner of the product.
owner
- The updated owner of the product.UpdateProductRequest.Builder description(String description)
The updated text description of the product.
description
- The updated text description of the product.UpdateProductRequest.Builder distributor(String distributor)
The updated distributor of the product.
distributor
- The updated distributor of the product.UpdateProductRequest.Builder supportDescription(String supportDescription)
The updated support description for the product.
supportDescription
- The updated support description for the product.UpdateProductRequest.Builder supportEmail(String supportEmail)
The updated support email for the product.
supportEmail
- The updated support email for the product.UpdateProductRequest.Builder supportUrl(String supportUrl)
The updated support URL for the product.
supportUrl
- The updated support URL for the product.UpdateProductRequest.Builder addTags(Collection<Tag> addTags)
Tags to add to the existing list of tags associated with the product.
addTags
- Tags to add to the existing list of tags associated with the product.UpdateProductRequest.Builder addTags(Tag... addTags)
Tags to add to the existing list of tags associated with the product.
NOTE: This method appends the values to the existing list (if any). Use
#setAddTags(java.util.Collection)
or #withAddTags(java.util.Collection)
if you want to
override the existing values.
addTags
- Tags to add to the existing list of tags associated with the product.UpdateProductRequest.Builder removeTags(Collection<String> removeTags)
Tags to remove from the existing list of tags associated with the product.
removeTags
- Tags to remove from the existing list of tags associated with the product.UpdateProductRequest.Builder removeTags(String... removeTags)
Tags to remove from the existing list of tags associated with the product.
NOTE: This method appends the values to the existing list (if any). Use
#setRemoveTags(java.util.Collection)
or #withRemoveTags(java.util.Collection)
if you want to
override the existing values.
removeTags
- Tags to remove from the existing list of tags associated with the product.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.