CopyableBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
, SdkBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
public static interface UpdatePortfolioRequest.Builder extends CopyableBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdatePortfolioRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
UpdatePortfolioRequest.Builder |
addTags(Collection<Tag> addTags) |
Tags to add to the existing list of tags associated with the portfolio.
|
UpdatePortfolioRequest.Builder |
addTags(Tag... addTags) |
Tags to add to the existing list of tags associated with the portfolio.
|
UpdatePortfolioRequest.Builder |
description(String description) |
The updated text description of the portfolio.
|
UpdatePortfolioRequest.Builder |
displayName(String displayName) |
The name to use for display purposes.
|
UpdatePortfolioRequest.Builder |
id(String id) |
The identifier of the portfolio for the update request.
|
UpdatePortfolioRequest.Builder |
providerName(String providerName) |
The updated name of the portfolio provider.
|
UpdatePortfolioRequest.Builder |
removeTags(String... removeTags) |
Tags to remove from the existing list of tags associated with the portfolio.
|
UpdatePortfolioRequest.Builder |
removeTags(Collection<String> removeTags) |
Tags to remove from the existing list of tags associated with the portfolio.
|
copy
apply, build
UpdatePortfolioRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
UpdatePortfolioRequest.Builder id(String id)
The identifier of the portfolio for the update request.
id
- The identifier of the portfolio for the update request.UpdatePortfolioRequest.Builder displayName(String displayName)
The name to use for display purposes.
displayName
- The name to use for display purposes.UpdatePortfolioRequest.Builder description(String description)
The updated text description of the portfolio.
description
- The updated text description of the portfolio.UpdatePortfolioRequest.Builder providerName(String providerName)
The updated name of the portfolio provider.
providerName
- The updated name of the portfolio provider.UpdatePortfolioRequest.Builder addTags(Collection<Tag> addTags)
Tags to add to the existing list of tags associated with the portfolio.
addTags
- Tags to add to the existing list of tags associated with the portfolio.UpdatePortfolioRequest.Builder addTags(Tag... addTags)
Tags to add to the existing list of tags associated with the portfolio.
NOTE: This method appends the values to the existing list (if any). Use
#setAddTags(java.util.Collection)
or #withAddTags(java.util.Collection)
if you want to
override the existing values.
addTags
- Tags to add to the existing list of tags associated with the portfolio.UpdatePortfolioRequest.Builder removeTags(Collection<String> removeTags)
Tags to remove from the existing list of tags associated with the portfolio.
removeTags
- Tags to remove from the existing list of tags associated with the portfolio.UpdatePortfolioRequest.Builder removeTags(String... removeTags)
Tags to remove from the existing list of tags associated with the portfolio.
NOTE: This method appends the values to the existing list (if any). Use
#setRemoveTags(java.util.Collection)
or #withRemoveTags(java.util.Collection)
if you want to
override the existing values.
removeTags
- Tags to remove from the existing list of tags associated with the portfolio.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.