| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.Builder.action(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.Builder.action(String action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.Builder.body(String body)
The message body to use in push notifications that are based on the message template.
|
static DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.builder() |
DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.Builder.sound(String sound)
The sound to play when a recipient receives a push notification that's based on the message template.
|
DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.Builder.title(String title)
The title to use in push notifications that are based on the message template.
|
DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.toBuilder() |
DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.Builder.url(String url)
The URL to open in a recipient's default mobile browser, if a recipient taps a push notification that's based
on the message template and the value of the Action property is URL.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DefaultPushNotificationTemplate.Builder> |
DefaultPushNotificationTemplate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.defaultValue(Consumer<DefaultPushNotificationTemplate.Builder> defaultValue)
The default message template that's used for push notification channels.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultValue(Consumer<DefaultPushNotificationTemplate.Builder> defaultValue)
The default message template to use for push notification channels.
|
Copyright © 2023. All rights reserved.