Interface DescribePortfolioSharesResponse.Builder

    • Method Detail

      • nextPageToken

        DescribePortfolioSharesResponse.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.

        Parameters:
        nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portfolioShareDetails

        DescribePortfolioSharesResponse.Builder portfolioShareDetails​(Collection<PortfolioShareDetail> portfolioShareDetails)

        Summaries about each of the portfolio shares.

        Parameters:
        portfolioShareDetails - Summaries about each of the portfolio shares.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portfolioShareDetails

        DescribePortfolioSharesResponse.Builder portfolioShareDetails​(PortfolioShareDetail... portfolioShareDetails)

        Summaries about each of the portfolio shares.

        Parameters:
        portfolioShareDetails - Summaries about each of the portfolio shares.
        Returns:
        Returns a reference to this object so that method calls can be chained together.