Uses of Interface
software.amazon.awssdk.services.pinpoint.model.Message.Builder
-
Packages that use Message.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Message.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Message.Builder Modifier and Type Method Description Message.BuilderMessage.Builder. action(String action)The action to occur if a recipient taps the push notification.Message.BuilderMessage.Builder. action(Action action)The action to occur if a recipient taps the push notification.Message.BuilderMessage.Builder. body(String body)The body of the notification message.static Message.BuilderMessage. builder()Message.BuilderMessage.Builder. imageIconUrl(String imageIconUrl)The URL of the image to display as the push-notification icon, such as the icon for the app.Message.BuilderMessage.Builder. imageSmallIconUrl(String imageSmallIconUrl)The URL of the image to display as the small, push-notification icon, such as a small version of the icon for the app.Message.BuilderMessage.Builder. imageUrl(String imageUrl)The URL of an image to display in the push notification.Message.BuilderMessage.Builder. jsonBody(String jsonBody)The JSON payload to use for a silent push notification.Message.BuilderMessage.Builder. mediaUrl(String mediaUrl)The URL of the image or video to display in the push notification.Message.BuilderMessage.Builder. rawContent(String rawContent)The raw, JSON-formatted string to use as the payload for the notification message.Message.BuilderMessage.Builder. silentPush(Boolean silentPush)Specifies whether the notification is a silent push notification, which is a push notification that doesn't display on a recipient's device.Message.BuilderMessage.Builder. timeToLive(Integer timeToLive)The number of seconds that the push-notification service should keep the message, if the service is unable to deliver the notification the first time.Message.BuilderMessage.Builder. title(String title)The title to display above the notification message on a recipient's device.Message.BuilderMessage. toBuilder()Message.BuilderMessage.Builder. url(String url)The URL to open in a recipient's default mobile browser, if a recipient taps the push notification and the value of the Action property is URL.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type Message.Builder Modifier and Type Method Description static Class<? extends Message.Builder>Message. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type Message.Builder Modifier and Type Method Description default MessageConfiguration.BuilderMessageConfiguration.Builder. admMessage(Consumer<Message.Builder> admMessage)The message that the campaign sends through the ADM (Amazon Device Messaging) channel.default MessageConfiguration.BuilderMessageConfiguration.Builder. apnsMessage(Consumer<Message.Builder> apnsMessage)The message that the campaign sends through the APNs (Apple Push Notification service) channel.default MessageConfiguration.BuilderMessageConfiguration.Builder. baiduMessage(Consumer<Message.Builder> baiduMessage)The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.default MessageConfiguration.BuilderMessageConfiguration.Builder. defaultMessage(Consumer<Message.Builder> defaultMessage)The default message that the campaign sends through all the channels that are configured for the campaign.default MessageConfiguration.BuilderMessageConfiguration.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.
-