Interface DeleteBotChannelAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteBotChannelAssociationRequest.Builder,DeleteBotChannelAssociationRequest>,LexModelBuildingRequest.Builder,SdkBuilder<DeleteBotChannelAssociationRequest.Builder,DeleteBotChannelAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteBotChannelAssociationRequest
public static interface DeleteBotChannelAssociationRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteBotChannelAssociationRequest.Builder,DeleteBotChannelAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBotChannelAssociationRequest.BuilderbotAlias(String botAlias)An alias that points to the specific version of the Amazon Lex bot to which this association is being made.DeleteBotChannelAssociationRequest.BuilderbotName(String botName)The name of the Amazon Lex bot.DeleteBotChannelAssociationRequest.Buildername(String name)The name of the association.DeleteBotChannelAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBotChannelAssociationRequest.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, sdkFields
-
-
-
-
Method Detail
-
name
DeleteBotChannelAssociationRequest.Builder name(String name)
The name of the association. The name is case sensitive.
- Parameters:
name- The name of the association. The name is case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botName
DeleteBotChannelAssociationRequest.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
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.
- Parameters:
botAlias- An alias that points 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
DeleteBotChannelAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteBotChannelAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-