public static interface UpdateProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdateProductRequest.Builder,UpdateProductRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
UpdateProductRequest.Builder id(String id)
The product identifier.
id - The product identifier.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 description of the product.
description - The updated 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)
The tags to add to the product.
addTags - The tags to add to the product.UpdateProductRequest.Builder addTags(Tag... addTags)
The tags to add to the product.
addTags - The tags to add to the product.UpdateProductRequest.Builder addTags(Consumer<Tag.Builder>... addTags)
The tags to add to 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 #addTags(List) .addTags - a consumer that will call methods on List.Builder #addTags(List) UpdateProductRequest.Builder removeTags(Collection<String> removeTags)
The tags to remove from the product.
removeTags - The tags to remove from the product.UpdateProductRequest.Builder removeTags(String... removeTags)
The tags to remove from the product.
removeTags - The tags to remove from the product.UpdateProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.