Interface ListPrincipalsForPortfolioResponse.Builder

    • Method Detail

      • principals

        ListPrincipalsForPortfolioResponse.Builder principals​(Collection<Principal> principals)

        The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.

        Parameters:
        principals - The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principals

        ListPrincipalsForPortfolioResponse.Builder principals​(Principal... principals)

        The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.

        Parameters:
        principals - The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

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