public static interface UpdateBotRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<UpdateBotRequest.Builder,UpdateBotRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBotRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
UpdateBotRequest.Builder |
botId(String botId)
The bot ID.
|
UpdateBotRequest.Builder |
disabled(Boolean disabled)
When true, stops the specified bot from running in your account.
|
UpdateBotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBotRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.UpdateBotRequest.Builder botId(String botId)
The bot ID.
botId - The bot ID.UpdateBotRequest.Builder disabled(Boolean disabled)
When true, stops the specified bot from running in your account.
disabled - When true, stops the specified bot from running in your account.UpdateBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.