public static interface GetBotChannelAssociationRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>
Modifier and Type | Method and Description |
---|---|
GetBotChannelAssociationRequest.Builder |
botAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
GetBotChannelAssociationRequest.Builder |
botName(String botName)
The name of the Amazon Lex bot.
|
GetBotChannelAssociationRequest.Builder |
name(String name)
The name of the association between the bot and the channel.
|
GetBotChannelAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBotChannelAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetBotChannelAssociationRequest.Builder name(String name)
The name of the association between the bot and the channel. The name is case sensitive.
name
- The name of the association between the bot and the channel. The name is case sensitive.GetBotChannelAssociationRequest.Builder botName(String botName)
The name of the Amazon Lex bot.
botName
- The name of the Amazon Lex bot.GetBotChannelAssociationRequest.Builder botAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
botAlias
- An alias pointing to the specific version of the Amazon Lex bot to which this association is being
made.GetBotChannelAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetBotChannelAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.