Interface GetBotChannelAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>,LexModelBuildingRequest.Builder,SdkBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBotChannelAssociationRequest
public static interface GetBotChannelAssociationRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBotChannelAssociationRequest.BuilderbotAlias(String botAlias)An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.GetBotChannelAssociationRequest.BuilderbotName(String botName)The name of the Amazon Lex bot.GetBotChannelAssociationRequest.Buildername(String name)The name of the association between the bot and the channel.GetBotChannelAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBotChannelAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelbuilding.model.LexModelBuildingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
GetBotChannelAssociationRequest.Builder name(String name)
The name of the association between the bot and the channel. The name is case sensitive.
- Parameters:
name- The name of the association between the bot and the channel. The name is case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botName
GetBotChannelAssociationRequest.Builder botName(String botName)
The name of the Amazon Lex bot.
- Parameters:
botName- The name of the Amazon Lex bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAlias
GetBotChannelAssociationRequest.Builder botAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
- Parameters:
botAlias- An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBotChannelAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBotChannelAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-