public static interface DescribePortfolioSharesResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribePortfolioSharesResponse.Builder,DescribePortfolioSharesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioSharesResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
DescribePortfolioSharesResponse.Builder |
portfolioShareDetails(Collection<PortfolioShareDetail> portfolioShareDetails)
Summaries about each of the portfolio shares.
|
DescribePortfolioSharesResponse.Builder |
portfolioShareDetails(Consumer<PortfolioShareDetail.Builder>... portfolioShareDetails)
Summaries about each of the portfolio shares.
|
DescribePortfolioSharesResponse.Builder |
portfolioShareDetails(PortfolioShareDetail... portfolioShareDetails)
Summaries about each of the portfolio shares.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePortfolioSharesResponse.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.DescribePortfolioSharesResponse.Builder portfolioShareDetails(Collection<PortfolioShareDetail> portfolioShareDetails)
Summaries about each of the portfolio shares.
portfolioShareDetails - Summaries about each of the portfolio shares.DescribePortfolioSharesResponse.Builder portfolioShareDetails(PortfolioShareDetail... portfolioShareDetails)
Summaries about each of the portfolio shares.
portfolioShareDetails - Summaries about each of the portfolio shares.DescribePortfolioSharesResponse.Builder portfolioShareDetails(Consumer<PortfolioShareDetail.Builder>... portfolioShareDetails)
Summaries about each of the portfolio shares.
This is a convenience method that creates an instance of thePortfolioShareDetail.Builder avoiding the need
to create one manually via
PortfolioShareDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #portfolioShareDetails(List.
portfolioShareDetails - a consumer that will call methods on
PortfolioShareDetail.Builder#portfolioShareDetails(java.util.Collection) Copyright © 2023. All rights reserved.