public static interface ListPortfolioAccessResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPortfolioAccessResponse.Builder |
accountIds(Collection<String> accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
|
ListPortfolioAccessResponse.Builder |
accountIds(String... accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
|
ListPortfolioAccessResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPortfolioAccessResponse.Builder accountIds(Collection<String> accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
accountIds - Information about the Amazon Web Services accounts with access to the portfolio.ListPortfolioAccessResponse.Builder accountIds(String... accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
accountIds - Information about the Amazon Web Services accounts with access to the portfolio.ListPortfolioAccessResponse.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.