public static interface ListBotsResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<ListBotsResponse.Builder,ListBotsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBotsResponse.Builder |
bots(Bot... bots)
List of bots and bot details.
|
ListBotsResponse.Builder |
bots(Collection<Bot> bots)
List of bots and bot details.
|
ListBotsResponse.Builder |
bots(Consumer<Bot.Builder>... bots)
List of bots and bot details.
|
ListBotsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotsResponse.Builder bots(Collection<Bot> bots)
List of bots and bot details.
bots - List of bots and bot details.ListBotsResponse.Builder bots(Bot... bots)
List of bots and bot details.
bots - List of bots and bot details.ListBotsResponse.Builder bots(Consumer<Bot.Builder>... bots)
List of bots and bot details.
This is a convenience method that creates an instance of theBot.Builder avoiding the need to create one manually via
Bot.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #bots(List.
bots - a consumer that will call methods on Bot.Builder#bots(java.util.Collection) ListBotsResponse.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.