public static interface UpdateProductRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<UpdateProductRequest.Builder,UpdateProductRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProductRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
UpdateProductRequest.Builder |
addTags(Collection<Tag> addTags)
Tags to add to the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
addTags(Consumer<Tag.Builder>... addTags)
Tags to add to the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
addTags(Tag... addTags)
Tags to add to the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
description(String description)
The updated text description of the product.
|
UpdateProductRequest.Builder |
distributor(String distributor)
The updated distributor of the product.
|
UpdateProductRequest.Builder |
id(String id)
The identifier of the product for the update request.
|
UpdateProductRequest.Builder |
name(String name)
The updated product name.
|
UpdateProductRequest.Builder |
owner(String owner)
The updated owner of the product.
|
UpdateProductRequest.Builder |
removeTags(Collection<String> removeTags)
Tags to remove from the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
removeTags(String... removeTags)
Tags to remove from the existing list of tags associated with the product.
|
UpdateProductRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateProductRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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 identifier of the product for the update request.
id - The identifier of the product for the update request.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 text description of the product.
description - The updated text 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)
Tags to add to the existing list of tags associated with the product.
addTags - Tags to add to the existing list of tags associated with the product.UpdateProductRequest.Builder addTags(Tag... addTags)
Tags to add to the existing list of tags associated with the product.
addTags - Tags to add to the existing list of tags associated with the product.UpdateProductRequest.Builder addTags(Consumer<Tag.Builder>... addTags)
Tags to add to the existing list of 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 #addTags(List) .addTags - a consumer that will call methods on List.Builder #addTags(List) UpdateProductRequest.Builder removeTags(Collection<String> removeTags)
Tags to remove from the existing list of tags associated with the product.
removeTags - Tags to remove from the existing list of tags associated with the product.UpdateProductRequest.Builder removeTags(String... removeTags)
Tags to remove from the existing list of tags associated with the product.
removeTags - Tags to remove from the existing list of tags associated with the product.UpdateProductRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateProductRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.