public static interface UpdateProductResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<UpdateProductResponse.Builder,UpdateProductResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateProductResponse.Builder |
productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
Information about the product view.
|
UpdateProductResponse.Builder |
productViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
|
UpdateProductResponse.Builder |
tags(Collection<Tag> tags)
Information about the tags associated with the product.
|
UpdateProductResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the product.
|
UpdateProductResponse.Builder |
tags(Tag... tags)
Information about the tags associated with the product.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateProductResponse.Builder productViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
productViewDetail
- Information about the product view.default UpdateProductResponse.Builder productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
Information about the product view.
This is a convenience that creates an instance of theProductViewDetail.Builder
avoiding the need to
create one manually via ProductViewDetail.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to productViewDetail(ProductViewDetail)
.productViewDetail
- a consumer that will call methods on ProductViewDetail.Builder
productViewDetail(ProductViewDetail)
UpdateProductResponse.Builder tags(Collection<Tag> tags)
Information about the tags associated with the product.
tags
- Information about the tags associated with the product.UpdateProductResponse.Builder tags(Tag... tags)
Information about the tags associated with the product.
tags
- Information about the tags associated with the product.UpdateProductResponse.Builder tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the product.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.