AddressConfiguration.Builder |
AddressConfiguration.Builder.bodyOverride(String bodyOverride) |
The message body to use instead of the default message body.
|
static AddressConfiguration.Builder |
AddressConfiguration.builder() |
|
AddressConfiguration.Builder |
AddressConfiguration.Builder.channelType(String channelType) |
The channel to use when sending the message.
|
AddressConfiguration.Builder |
AddressConfiguration.Builder.channelType(ChannelType channelType) |
The channel to use when sending the message.
|
AddressConfiguration.Builder |
AddressConfiguration.Builder.context(Map<String,String> context) |
An object that maps custom attributes to attributes for the address and is attached to the message.
|
AddressConfiguration.Builder |
AddressConfiguration.Builder.rawContent(String rawContent) |
The raw, JSON-formatted string to use as the payload for the message.
|
AddressConfiguration.Builder |
AddressConfiguration.Builder.substitutions(Map<String,? extends Collection<String>> substitutions) |
A map of the message variables to merge with the variables specified by properties of the DefaultMessage
object.
|
AddressConfiguration.Builder |
AddressConfiguration.Builder.titleOverride(String titleOverride) |
The message title to use instead of the default message title.
|
AddressConfiguration.Builder |
AddressConfiguration.toBuilder() |
|