public static interface UpdatePortfolioResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<UpdatePortfolioResponse.Builder,UpdatePortfolioResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePortfolioResponse.Builder |
portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Information about the portfolio.
|
UpdatePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
|
UpdatePortfolioResponse.Builder |
tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
|
UpdatePortfolioResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the portfolio.
|
UpdatePortfolioResponse.Builder |
tags(Tag... tags)
Information about the tags associated with the portfolio.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
portfolioDetail - Information about the portfolio.default UpdatePortfolioResponse.Builder portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Information about the portfolio.
This is a convenience method that creates an instance of thePortfolioDetail.Builder avoiding the
need to create one manually via PortfolioDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to portfolioDetail(PortfolioDetail).
portfolioDetail - a consumer that will call methods on PortfolioDetail.BuilderportfolioDetail(PortfolioDetail)UpdatePortfolioResponse.Builder tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
tags - Information about the tags associated with the portfolio.UpdatePortfolioResponse.Builder tags(Tag... tags)
Information about the tags associated with the portfolio.
tags - Information about the tags associated with the portfolio.UpdatePortfolioResponse.Builder tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the portfolio.
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 #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.