CopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>, SdkBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>public static interface GetBotChannelAssociationRequest.Builder extends CopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>
| Modifier and Type | Method | 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.
|
copyapply, buildGetBotChannelAssociationRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.