default MessageConfiguration.Builder |
MessageConfiguration.Builder.admMessage(Consumer<Message.Builder> admMessage) |
The message that the campaign sends through the ADM (Amazon Device Messaging) channel.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.admMessage(Message admMessage) |
The message that the campaign sends through the ADM (Amazon Device Messaging) channel.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.apnsMessage(Consumer<Message.Builder> apnsMessage) |
The message that the campaign sends through the APNs (Apple Push Notification service) channel.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.apnsMessage(Message apnsMessage) |
The message that the campaign sends through the APNs (Apple Push Notification service) channel.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.baiduMessage(Consumer<Message.Builder> baiduMessage) |
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.baiduMessage(Message baiduMessage) |
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.
|
static MessageConfiguration.Builder |
MessageConfiguration.builder() |
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.customMessage(Consumer<CampaignCustomMessage.Builder> customMessage) |
The message that the campaign sends through a custom channel, as specified by the delivery configuration
(CustomDeliveryConfiguration) settings for the campaign.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.customMessage(CampaignCustomMessage customMessage) |
The message that the campaign sends through a custom channel, as specified by the delivery configuration
(CustomDeliveryConfiguration) settings for the campaign.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.defaultMessage(Consumer<Message.Builder> defaultMessage) |
The default message that the campaign sends through all the channels that are configured for the campaign.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.defaultMessage(Message defaultMessage) |
The default message that the campaign sends through all the channels that are configured for the campaign.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.emailMessage(Consumer<CampaignEmailMessage.Builder> emailMessage) |
The message that the campaign sends through the email channel.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.emailMessage(CampaignEmailMessage emailMessage) |
The message that the campaign sends through the email channel.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.gcmMessage(Consumer<Message.Builder> gcmMessage) |
The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push
notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.gcmMessage(Message gcmMessage) |
The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push
notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.inAppMessage(Consumer<CampaignInAppMessage.Builder> inAppMessage) |
The in-app message configuration.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.inAppMessage(CampaignInAppMessage inAppMessage) |
The in-app message configuration.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.smsMessage(Consumer<CampaignSmsMessage.Builder> smsMessage) |
The message that the campaign sends through the SMS channel.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.smsMessage(CampaignSmsMessage smsMessage) |
The message that the campaign sends through the SMS channel.
|
MessageConfiguration.Builder |
MessageConfiguration.toBuilder() |
|