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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProductResponse.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 method 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)
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 method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.