public static interface CreateBotResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<CreateBotResponse.Builder,CreateBotResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBotResponse.Builder |
bot(Bot bot)
The bot details.
|
default CreateBotResponse.Builder |
bot(Consumer<Bot.Builder> bot)
The bot details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBotResponse.Builder bot(Bot bot)
The bot details.
bot - The bot details.default CreateBotResponse.Builder bot(Consumer<Bot.Builder> bot)
The 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 bot(Bot).
bot - a consumer that will call methods on Bot.Builderbot(Bot)Copyright © 2023. All rights reserved.