CopyableBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>, SdkBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>public static interface DescribePortfolioResponse.Builder extends CopyableBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail) |
Detailed portfolio information.
|
DescribePortfolioResponse.Builder |
tags(Collection<Tag> tags) |
Tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Tag... tags) |
Tags associated with the portfolio.
|
copyapply, buildDescribePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
Detailed portfolio information.
portfolioDetail - Detailed portfolio information.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection) or #withTags(java.util.Collection) if you want to override the
existing values.
tags - Tags associated with the portfolio.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.