| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
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(ChannelType channelType)
The channel to use when sending the message.
|
AddressConfiguration.Builder |
AddressConfiguration.Builder.channelType(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AddressConfiguration.Builder> |
AddressConfiguration.serializableBuilderClass() |
Copyright © 2023. All rights reserved.