public static interface UpdateProductResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<UpdateProductResponse.Builder,UpdateProductResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateProductResponse.Builder |
productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
The resulting detailed product view information.
|
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(Consumer<Tag.Builder>... tags)
Tags associated with the product.
|
UpdateProductResponse.Builder |
tags(Tag... tags)
Tags associated with the product.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateProductResponse.Builder productViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
productViewDetail - The resulting detailed product view information.default UpdateProductResponse.Builder productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
The resulting detailed product view information.
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.BuilderproductViewDetail(ProductViewDetail)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.
tags - Tags associated with the product.UpdateProductResponse.Builder tags(Consumer<Tag.Builder>... tags)
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.