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(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 |
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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
UpdateProductRequest.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 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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.