public static interface DisassociateBotRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DisassociateBotRequest.Builder,DisassociateBotRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateBotRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
default DisassociateBotRequest.Builder |
lexBot(Consumer<LexBot.Builder> lexBot)
Sets the value of the LexBot property for this object.
|
DisassociateBotRequest.Builder |
lexBot(LexBot lexBot)
Sets the value of the LexBot property for this object.
|
default DisassociateBotRequest.Builder |
lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)
The Amazon Lex V2 bot to disassociate from the instance.
|
DisassociateBotRequest.Builder |
lexV2Bot(LexV2Bot lexV2Bot)
The Amazon Lex V2 bot to disassociate from the instance.
|
DisassociateBotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateBotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateBotRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.DisassociateBotRequest.Builder lexBot(LexBot lexBot)
lexBot - The new value for the LexBot property for this object.default DisassociateBotRequest.Builder lexBot(Consumer<LexBot.Builder> lexBot)
LexBot.Builder avoiding the need to
create one manually via LexBot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to lexBot(LexBot).lexBot - a consumer that will call methods on LexBot.BuilderlexBot(LexBot)DisassociateBotRequest.Builder lexV2Bot(LexV2Bot lexV2Bot)
The Amazon Lex V2 bot to disassociate from the instance.
lexV2Bot - The Amazon Lex V2 bot to disassociate from the instance.default DisassociateBotRequest.Builder lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)
The Amazon Lex V2 bot to disassociate from the instance.
This is a convenience method that creates an instance of theLexV2Bot.Builder avoiding the need to
create one manually via LexV2Bot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to lexV2Bot(LexV2Bot).lexV2Bot - a consumer that will call methods on LexV2Bot.BuilderlexV2Bot(LexV2Bot)DisassociateBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.