Interface ConversationMessage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConversationMessage.Builder,
,ConversationMessage> SdkBuilder<ConversationMessage.Builder,
,ConversationMessage> SdkPojo
- Enclosing class:
ConversationMessage
@Mutable
@NotThreadSafe
public static interface ConversationMessage.Builder
extends SdkPojo, CopyableBuilder<ConversationMessage.Builder,ConversationMessage>
-
Method Summary
Modifier and TypeMethodDescriptionThe text content of the conversation message.The type of the conversation message.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The type of the conversation message.
- Parameters:
type
- The type of the conversation message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the conversation message.
- Parameters:
type
- The type of the conversation message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-