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