public static interface DisassociateLexBotRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DisassociateLexBotRequest.Builder,DisassociateLexBotRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateLexBotRequest.Builder |
botName(String botName)
The name of the Amazon Lex bot.
|
DisassociateLexBotRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DisassociateLexBotRequest.Builder |
lexRegion(String lexRegion)
The Amazon Web Services Region in which the Amazon Lex bot has been created.
|
DisassociateLexBotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateLexBotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateLexBotRequest.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.DisassociateLexBotRequest.Builder botName(String botName)
The name of the Amazon Lex bot. Maximum character limit of 50.
botName - The name of the Amazon Lex bot. Maximum character limit of 50.DisassociateLexBotRequest.Builder lexRegion(String lexRegion)
The Amazon Web Services Region in which the Amazon Lex bot has been created.
lexRegion - The Amazon Web Services Region in which the Amazon Lex bot has been created.DisassociateLexBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateLexBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.