public static interface UpdatePortfolioRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePortfolioRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
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(Collection<String> 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.
|
UpdatePortfolioRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdatePortfolioRequest.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
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.
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.
removeTags - Tags to remove from the existing list of tags associated with the portfolio.UpdatePortfolioRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.