public static interface ListAccountsResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<ListAccountsResponse.Builder,ListAccountsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccountsResponse.Builder |
accounts(Account... accounts)
List of Amazon Chime accounts and account details.
|
ListAccountsResponse.Builder |
accounts(Collection<Account> accounts)
List of Amazon Chime accounts and account details.
|
ListAccountsResponse.Builder |
accounts(Consumer<Account.Builder>... accounts)
List of Amazon Chime accounts and account details.
|
ListAccountsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountsResponse.Builder accounts(Collection<Account> accounts)
List of Amazon Chime accounts and account details.
accounts - List of Amazon Chime accounts and account details.ListAccountsResponse.Builder accounts(Account... accounts)
List of Amazon Chime accounts and account details.
accounts - List of Amazon Chime accounts and account details.ListAccountsResponse.Builder accounts(Consumer<Account.Builder>... accounts)
List of Amazon Chime accounts and account details.
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 #accounts(List) .accounts - a consumer that will call methods on List.Builder #accounts(List) ListAccountsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.Copyright © 2021. All rights reserved.