Interface ConversationMessage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConversationMessage.Builder,ConversationMessage>,SdkBuilder<ConversationMessage.Builder,ConversationMessage>,SdkPojo
- Enclosing class:
- ConversationMessage
public static interface ConversationMessage.Builder extends SdkPojo, CopyableBuilder<ConversationMessage.Builder,ConversationMessage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationMessage.Builderbody(String body)The text content of the conversation message.ConversationMessage.Buildertype(String type)The type of the conversation message.ConversationMessage.Buildertype(Sender type)The type of the conversation message.-
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
-
body
ConversationMessage.Builder body(String body)
The text content of the conversation message.
- Parameters:
body- The text content of the conversation message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ConversationMessage.Builder type(String type)
The type of the conversation message.
-
type
ConversationMessage.Builder type(Sender type)
The type of the conversation message.
-
-