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)
Add an optional request override configuration.
|
DeleteBotChannelAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBotChannelAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.