CopyableBuilder<UpdateProductResponse.Builder,UpdateProductResponse>
, SdkBuilder<UpdateProductResponse.Builder,UpdateProductResponse>
public static interface UpdateProductResponse.Builder extends CopyableBuilder<UpdateProductResponse.Builder,UpdateProductResponse>
Modifier and Type | Method | Description |
---|---|---|
UpdateProductResponse.Builder |
productViewDetail(ProductViewDetail productViewDetail) |
The resulting detailed product view information.
|
UpdateProductResponse.Builder |
tags(Collection<Tag> tags) |
Tags associated with the product.
|
UpdateProductResponse.Builder |
tags(Tag... tags) |
Tags associated with the product.
|
copy
apply, build
UpdateProductResponse.Builder productViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
productViewDetail
- The resulting detailed product view information.UpdateProductResponse.Builder tags(Collection<Tag> tags)
Tags associated with the product.
tags
- Tags associated with the product.UpdateProductResponse.Builder tags(Tag... tags)
Tags associated with the product.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Tags associated with the product.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.