public static interface ListPrincipalsForPortfolioResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<ListPrincipalsForPortfolioResponse.Builder,ListPrincipalsForPortfolioResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalsForPortfolioResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
ListPrincipalsForPortfolioResponse.Builder |
principals(Collection<Principal> principals)
The IAM principals (users or roles) associated with the portfolio.
|
ListPrincipalsForPortfolioResponse.Builder |
principals(Consumer<Principal.Builder>... principals)
The IAM principals (users or roles) associated with the portfolio.
|
ListPrincipalsForPortfolioResponse.Builder |
principals(Principal... principals)
The IAM principals (users or roles) associated with the portfolio.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListPrincipalsForPortfolioResponse.Builder principals(Collection<Principal> principals)
The IAM principals (users or roles) associated with the portfolio.
principals - The IAM principals (users or roles) associated with the portfolio.ListPrincipalsForPortfolioResponse.Builder principals(Principal... principals)
The IAM principals (users or roles) associated with the portfolio.
principals - The IAM principals (users or roles) associated with the portfolio.ListPrincipalsForPortfolioResponse.Builder principals(Consumer<Principal.Builder>... principals)
The IAM principals (users or roles) associated with the portfolio.
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 #principals(List) .principals - a consumer that will call methods on List.Builder #principals(List) ListPrincipalsForPortfolioResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken - The page token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.