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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecognizedBotMember.BuilderbotId(String botId)The identifier of the bot member that processes the request.RecognizedBotMember.BuilderbotName(String botName)The name of the bot member that processes the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
botId
RecognizedBotMember.Builder botId(String 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
RecognizedBotMember.Builder botName(String 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.
-
-