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(Consumer<Tag.Builder>... 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.
|
UpdatePortfolioRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 addTags(Consumer<Tag.Builder>... addTags)
Tags to add to the existing list of tags associated with the portfolio.
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) 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.UpdatePortfolioRequest.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.