public static interface ListAccountsResponse.Builder extends SsoResponse.Builder, SdkPojo, CopyableBuilder<ListAccountsResponse.Builder,ListAccountsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccountsResponse.Builder |
accountList(AccountInfo... accountList)
A paginated response with the list of account information and the next token if more results are available.
|
ListAccountsResponse.Builder |
accountList(Collection<AccountInfo> accountList)
A paginated response with the list of account information and the next token if more results are available.
|
ListAccountsResponse.Builder |
accountList(Consumer<AccountInfo.Builder>... accountList)
A paginated response with the list of account information and the next token if more results are available.
|
ListAccountsResponse.Builder |
nextToken(String nextToken)
The page token client that is used to retrieve the list of accounts.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountsResponse.Builder nextToken(String nextToken)
The page token client that is used to retrieve the list of accounts.
nextToken - The page token client that is used to retrieve the list of accounts.ListAccountsResponse.Builder accountList(Collection<AccountInfo> accountList)
A paginated response with the list of account information and the next token if more results are available.
accountList - A paginated response with the list of account information and the next token if more results are
available.ListAccountsResponse.Builder accountList(AccountInfo... accountList)
A paginated response with the list of account information and the next token if more results are available.
accountList - A paginated response with the list of account information and the next token if more results are
available.ListAccountsResponse.Builder accountList(Consumer<AccountInfo.Builder>... accountList)
A paginated response with the list of account information and the next token if more results are available.
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 #accountList(List) .accountList - a consumer that will call methods on List.Builder #accountList(List) Copyright © 2020. All rights reserved.