public static interface DescribePortfolioResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
Detailed portfolio information.
portfolioDetail - Detailed portfolio information.default DescribePortfolioResponse.Builder portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
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)DescribePortfolioResponse.Builder tags(Collection<Tag> tags)
Tags associated with the portfolio.
tags - Tags associated with the portfolio.DescribePortfolioResponse.Builder tags(Tag... tags)
Tags associated with the portfolio.
tags - Tags associated with the portfolio.DescribePortfolioResponse.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) DescribePortfolioResponse.Builder tagOptions(Collection<TagOptionDetail> tagOptions)
TagOptions associated with the portfolio.
tagOptions - TagOptions associated with the portfolio.DescribePortfolioResponse.Builder tagOptions(TagOptionDetail... tagOptions)
TagOptions associated with the portfolio.
tagOptions - TagOptions associated with the portfolio.DescribePortfolioResponse.Builder tagOptions(Consumer<TagOptionDetail.Builder>... tagOptions)
TagOptions 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 #tagOptions(List) .tagOptions - a consumer that will call methods on List.Builder #tagOptions(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.