CopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
, SdkBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
public static interface ListPortfolioAccessResponse.Builder extends CopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
Modifier and Type | Method | Description |
---|---|---|
ListPortfolioAccessResponse.Builder |
accountIds(String... accountIds) |
List of account IDs associated with access to the portfolio.
|
ListPortfolioAccessResponse.Builder |
accountIds(Collection<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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setAccountIds(java.util.Collection)
or #withAccountIds(java.util.Collection)
if you want to
override the existing values.
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.