public static interface DeleteBotChannelAssociationRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteBotChannelAssociationRequest.Builder,DeleteBotChannelAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotChannelAssociationRequest.Builder |
botAlias(String botAlias)
An alias that points to the specific version of the Amazon Lex bot to which this association is being made.
|
DeleteBotChannelAssociationRequest.Builder |
botName(String botName)
The name of the Amazon Lex bot.
|
DeleteBotChannelAssociationRequest.Builder |
name(String name)
The name of the association.
|
DeleteBotChannelAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBotChannelAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotChannelAssociationRequest.Builder name(String name)
The name of the association. The name is case sensitive.
name - The name of the association. The name is case sensitive.DeleteBotChannelAssociationRequest.Builder botName(String botName)
The name of the Amazon Lex bot.
botName - The name of the Amazon Lex bot.DeleteBotChannelAssociationRequest.Builder botAlias(String botAlias)
An alias that points to the specific version of the Amazon Lex bot to which this association is being made.
botAlias - An alias that points to the specific version of the Amazon Lex bot to which this association is being
made.DeleteBotChannelAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBotChannelAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.