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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetBotChannelAssociationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetBotChannelAssociationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.