public static interface DescribePortfolioResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>
Modifier and Type | Method and Description |
---|---|
default DescribePortfolioResponse.Builder |
portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Information about the portfolio.
|
DescribePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
|
DescribePortfolioResponse.Builder |
tagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tagOptions(Consumer<TagOptionDetail.Builder>... tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Tag... tags)
Information about the tags associated with the portfolio.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
portfolioDetail
- Information about the portfolio.default DescribePortfolioResponse.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.Builder
portfolioDetail(PortfolioDetail)
DescribePortfolioResponse.Builder tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
tags
- Information about the tags associated with the portfolio.DescribePortfolioResponse.Builder tags(Tag... tags)
Information about the tags associated with the portfolio.
tags
- Information about the tags associated with the portfolio.DescribePortfolioResponse.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)
DescribePortfolioResponse.Builder tagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
tagOptions
- Information about the TagOptions associated with the portfolio.DescribePortfolioResponse.Builder tagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
tagOptions
- Information about the TagOptions associated with the portfolio.DescribePortfolioResponse.Builder tagOptions(Consumer<TagOptionDetail.Builder>... tagOptions)
Information about the 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.