| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateBotResponse> |
ChimeAsyncClient.updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)
Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime
Enterprise account.
|
default UpdateBotResponse |
ChimeClient.updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)
Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime
Enterprise account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.accountId(String accountId)
The Amazon Chime account ID.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botId(String botId)
The bot ID.
|
static UpdateBotRequest.Builder |
UpdateBotRequest.builder() |
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.disabled(Boolean disabled)
When true, stops the specified bot from running in your account.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBotRequest.Builder |
UpdateBotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBotRequest.Builder> |
UpdateBotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.