public static interface DeleteBotChannelAssociationRequest.Builder extends LexModelBuildingRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteBotChannelAssociationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteBotChannelAssociationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.