public static interface CreatePortfolioResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<CreatePortfolioResponse.Builder,CreatePortfolioResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreatePortfolioResponse.Builder |
portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Information about the portfolio.
|
CreatePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
|
CreatePortfolioResponse.Builder |
tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
|
CreatePortfolioResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the portfolio.
|
CreatePortfolioResponse.Builder |
tags(Tag... tags)
Information about the tags associated with the portfolio.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreatePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
portfolioDetail - Information about the portfolio.default CreatePortfolioResponse.Builder portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Information about the portfolio.
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)CreatePortfolioResponse.Builder tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
tags - Information about the tags associated with the portfolio.CreatePortfolioResponse.Builder tags(Tag... tags)
Information about the tags associated with the portfolio.
tags - Information about the tags associated with the portfolio.CreatePortfolioResponse.Builder tags(Consumer<Tag.Builder>... tags)
Information about the 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.