public static interface UpdateProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdateProductRequest.Builder,UpdateProductRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProductRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
UpdateProductRequest.Builder |
addTags(Collection<Tag> addTags)
The tags to add to the product.
|
UpdateProductRequest.Builder |
addTags(Consumer<Tag.Builder>... addTags)
The tags to add to the product.
|
UpdateProductRequest.Builder |
addTags(Tag... addTags)
The tags to add to the product.
|
UpdateProductRequest.Builder |
description(String description)
The updated description of the product.
|
UpdateProductRequest.Builder |
distributor(String distributor)
The updated distributor of the product.
|
UpdateProductRequest.Builder |
id(String id)
The product identifier.
|
UpdateProductRequest.Builder |
name(String name)
The updated product name.
|
UpdateProductRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateProductRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateProductRequest.Builder |
owner(String owner)
The updated owner of the product.
|
UpdateProductRequest.Builder |
removeTags(Collection<String> removeTags)
The tags to remove from the product.
|
UpdateProductRequest.Builder |
removeTags(String... removeTags)
The tags to remove from the product.
|
UpdateProductRequest.Builder |
supportDescription(String supportDescription)
The updated support description for the product.
|
UpdateProductRequest.Builder |
supportEmail(String supportEmail)
The updated support email for the product.
|
UpdateProductRequest.Builder |
supportUrl(String supportUrl)
The updated support URL for the product.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.