CopyableBuilder<CreatePortfolioResponse.Builder,CreatePortfolioResponse>
, SdkBuilder<CreatePortfolioResponse.Builder,CreatePortfolioResponse>
public static interface CreatePortfolioResponse.Builder extends CopyableBuilder<CreatePortfolioResponse.Builder,CreatePortfolioResponse>
Modifier and Type | Method | Description |
---|---|---|
CreatePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail) |
The resulting detailed portfolio information.
|
CreatePortfolioResponse.Builder |
tags(Collection<Tag> tags) |
Tags successfully associated with the new portfolio.
|
CreatePortfolioResponse.Builder |
tags(Tag... tags) |
Tags successfully associated with the new portfolio.
|
copy
apply, build
CreatePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
The resulting detailed portfolio information.
portfolioDetail
- The resulting detailed portfolio information.CreatePortfolioResponse.Builder tags(Collection<Tag> tags)
Tags successfully associated with the new portfolio.
tags
- Tags successfully associated with the new portfolio.CreatePortfolioResponse.Builder tags(Tag... tags)
Tags successfully associated with the new 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 successfully associated with the new portfolio.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.