public static interface ListPortfolioAccessResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
Modifier and Type | Method and Description |
---|---|
ListPortfolioAccessResponse.Builder |
accountIds(Collection<String> accountIds)
List of account IDs associated with access to the portfolio.
|
ListPortfolioAccessResponse.Builder |
accountIds(String... accountIds)
List of account IDs associated with access to the portfolio.
|
ListPortfolioAccessResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ListPortfolioAccessResponse.Builder accountIds(Collection<String> accountIds)
List of account IDs associated with access to the portfolio.
accountIds
- List of account IDs associated with access to the portfolio.ListPortfolioAccessResponse.Builder accountIds(String... accountIds)
List of account IDs associated with access to the portfolio.
accountIds
- List of account IDs associated with access to the portfolio.ListPortfolioAccessResponse.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.