Interface RecognizedBotMember.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RecognizedBotMember.Builder,,RecognizedBotMember> SdkBuilder<RecognizedBotMember.Builder,,RecognizedBotMember> SdkPojo
- Enclosing class:
 RecognizedBotMember
public static interface RecognizedBotMember.Builder
extends SdkPojo, CopyableBuilder<RecognizedBotMember.Builder,RecognizedBotMember> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the bot member that processes the request.The name of the bot member that processes the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
botId
The identifier of the bot member that processes the request.
- Parameters:
 botId- The identifier of the bot member that processes the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
botName
The name of the bot member that processes the request.
- Parameters:
 botName- The name of the bot member that processes the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -