public static interface Message.Builder extends SdkPojo, CopyableBuilder<Message.Builder,Message>
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
messageId(String messageId)
The ID you want to assign to the message.
|
Message.Builder |
payload(SdkBytes payload)
The payload of the message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMessage.Builder messageId(String messageId)
The ID you want to assign to the message. Each messageId must be unique within each batch sent.
messageId - The ID you want to assign to the message. Each messageId must be unique within each batch
sent.Message.Builder payload(SdkBytes payload)
The payload of the message. This can be a JSON string or a base64-encoded string representing binary data, in which case you must decode it by means of a pipeline activity.
payload - The payload of the message. This can be a JSON string or a base64-encoded string representing binary
data, in which case you must decode it by means of a pipeline activity.Copyright © 2023. All rights reserved.