CopyableBuilder<UpdatePortfolioResponse.Builder,UpdatePortfolioResponse>, SdkBuilder<UpdatePortfolioResponse.Builder,UpdatePortfolioResponse>public static interface UpdatePortfolioResponse.Builder extends CopyableBuilder<UpdatePortfolioResponse.Builder,UpdatePortfolioResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdatePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail) |
The resulting detailed portfolio information.
|
UpdatePortfolioResponse.Builder |
tags(Collection<Tag> tags) |
Tags associated with the portfolio.
|
UpdatePortfolioResponse.Builder |
tags(Tag... tags) |
Tags associated with the portfolio.
|
copyapply, buildUpdatePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
The resulting detailed portfolio information.
portfolioDetail - The resulting detailed portfolio information.UpdatePortfolioResponse.Builder tags(Collection<Tag> tags)
Tags associated with the portfolio.
tags - Tags associated with the portfolio.UpdatePortfolioResponse.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.