EndpointSendConfiguration.Builder |
EndpointSendConfiguration.Builder.bodyOverride(String bodyOverride) |
The body of the message.
|
static EndpointSendConfiguration.Builder |
EndpointSendConfiguration.builder() |
|
EndpointSendConfiguration.Builder |
EndpointSendConfiguration.Builder.context(Map<String,String> context) |
A map of custom attributes to attach to the message for the address.
|
EndpointSendConfiguration.Builder |
EndpointSendConfiguration.Builder.rawContent(String rawContent) |
The raw, JSON-formatted string to use as the payload for the message.
|
EndpointSendConfiguration.Builder |
EndpointSendConfiguration.Builder.substitutions(Map<String,? extends Collection<String>> substitutions) |
A map of the message variables to merge with the variables specified for the default message
(DefaultMessage.Substitutions).
|
EndpointSendConfiguration.Builder |
EndpointSendConfiguration.Builder.titleOverride(String titleOverride) |
The title or subject line of the message.
|
EndpointSendConfiguration.Builder |
EndpointSendConfiguration.toBuilder() |
|