public static interface ListAcceptedPortfolioSharesResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListAcceptedPortfolioSharesResponse.Builder,ListAcceptedPortfolioSharesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAcceptedPortfolioSharesResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListAcceptedPortfolioSharesResponse.Builder |
portfolioDetails(Collection<PortfolioDetail> portfolioDetails)
Information about the portfolios.
|
ListAcceptedPortfolioSharesResponse.Builder |
portfolioDetails(Consumer<PortfolioDetail.Builder>... portfolioDetails)
Information about the portfolios.
|
ListAcceptedPortfolioSharesResponse.Builder |
portfolioDetails(PortfolioDetail... portfolioDetails)
Information about the portfolios.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAcceptedPortfolioSharesResponse.Builder portfolioDetails(Collection<PortfolioDetail> portfolioDetails)
Information about the portfolios.
portfolioDetails - Information about the portfolios.ListAcceptedPortfolioSharesResponse.Builder portfolioDetails(PortfolioDetail... portfolioDetails)
Information about the portfolios.
portfolioDetails - Information about the portfolios.ListAcceptedPortfolioSharesResponse.Builder portfolioDetails(Consumer<PortfolioDetail.Builder>... portfolioDetails)
Information about the portfolios.
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 #portfolioDetails(List) .portfolioDetails - a consumer that will call methods on List.Builder #portfolioDetails(List) ListAcceptedPortfolioSharesResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2021. All rights reserved.