public static interface DescribePortfolioResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribePortfolioResponse.Builder |
portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Detailed portfolio information.
|
DescribePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail)
Detailed portfolio information.
|
DescribePortfolioResponse.Builder |
tagOptions(Collection<TagOptionDetail> tagOptions)
TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tagOptions(TagOptionDetail... tagOptions)
TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Collection<Tag> tags)
Tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Tag... tags)
Tags associated with the portfolio.
|
buildcopyapply, 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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.