public static interface ListPrincipalsForPortfolioResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListPrincipalsForPortfolioResponse.Builder,ListPrincipalsForPortfolioResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalsForPortfolioResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListPrincipalsForPortfolioResponse.Builder |
principals(Collection<Principal> principals)
The
PrincipalARNs and corresponding PrincipalTypes associated with the portfolio. |
ListPrincipalsForPortfolioResponse.Builder |
principals(Consumer<Principal.Builder>... principals)
The
PrincipalARNs and corresponding PrincipalTypes associated with the portfolio. |
ListPrincipalsForPortfolioResponse.Builder |
principals(Principal... principals)
The
PrincipalARNs and corresponding PrincipalTypes associated with the portfolio. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPrincipalsForPortfolioResponse.Builder principals(Collection<Principal> principals)
The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.
principals - The PrincipalARNs and corresponding PrincipalTypes associated with the
portfolio.ListPrincipalsForPortfolioResponse.Builder principals(Principal... principals)
The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.
principals - The PrincipalARNs and corresponding PrincipalTypes associated with the
portfolio.ListPrincipalsForPortfolioResponse.Builder principals(Consumer<Principal.Builder>... principals)
The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.
Principal.Builder avoiding the need to create
one manually via Principal.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #principals(List.
principals - a consumer that will call methods on
Principal.Builder#principals(java.util.Collection) 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.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2023. All rights reserved.