public static interface UpdatePortfolioResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<UpdatePortfolioResponse.Builder,UpdatePortfolioResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePortfolioResponse.Builder |
portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
The resulting detailed portfolio information.
|
UpdatePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail)
The resulting detailed portfolio information.
|
UpdatePortfolioResponse.Builder |
tags(Collection<Tag> tags)
Tags associated with the portfolio.
|
UpdatePortfolioResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags associated with the portfolio.
|
UpdatePortfolioResponse.Builder |
tags(Tag... tags)
Tags associated with the portfolio.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdatePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
The resulting detailed portfolio information.
portfolioDetail - The resulting detailed portfolio information.default UpdatePortfolioResponse.Builder portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
The resulting detailed portfolio information.
This is a convenience 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)
Tags associated with the portfolio.
tags - Tags associated with the portfolio.UpdatePortfolioResponse.Builder tags(Tag... tags)
Tags associated with the portfolio.
tags - Tags associated with the portfolio.UpdatePortfolioResponse.Builder tags(Consumer<Tag.Builder>... tags)
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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.