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