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 method that creates an instance of theAccountInfo.Builder avoiding the need to create one
manually via AccountInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #accountList(List.
accountList - a consumer that will call methods on
AccountInfo.Builder#accountList(java.util.Collection) Copyright © 2023. All rights reserved.