public static interface UpdatePortfolioRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
buildoverrideConfigurationcopyapplyMutation, 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 portfolio identifier.
id - The portfolio identifier.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 description of the portfolio.
description - The updated 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)
The tags to add.
addTags - The tags to add.UpdatePortfolioRequest.Builder addTags(Tag... addTags)
The tags to add.
addTags - The tags to add.UpdatePortfolioRequest.Builder addTags(Consumer<Tag.Builder>... addTags)
The tags to add.
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)
The tags to remove.
removeTags - The tags to remove.UpdatePortfolioRequest.Builder removeTags(String... removeTags)
The tags to remove.
removeTags - The tags to remove.UpdatePortfolioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdatePortfolioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.