public static interface AssociateLexBotRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateLexBotRequest.Builder,AssociateLexBotRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateLexBotRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
default AssociateLexBotRequest.Builder |
lexBot(Consumer<LexBot.Builder> lexBot)
The Amazon Lex box to associate with the instance.
|
AssociateLexBotRequest.Builder |
lexBot(LexBot lexBot)
The Amazon Lex box to associate with the instance.
|
AssociateLexBotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateLexBotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateLexBotRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.AssociateLexBotRequest.Builder lexBot(LexBot lexBot)
The Amazon Lex box to associate with the instance.
lexBot - The Amazon Lex box to associate with the instance.default AssociateLexBotRequest.Builder lexBot(Consumer<LexBot.Builder> lexBot)
The Amazon Lex box to associate with the instance.
This is a convenience that creates an instance of theLexBot.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)AssociateLexBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateLexBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.