public static interface UpdatePortfolioRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePortfolioRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
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 method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #addTags(List.
addTags - a consumer that will call methods on
Tag.Builder#addTags(java.util.Collection) 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)
overrideConfiguration in interface AwsRequest.BuilderUpdatePortfolioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.