| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.adm(AndroidPushNotificationTemplate adm)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.adm(Consumer<AndroidPushNotificationTemplate.Builder> adm)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.apns(APNSPushNotificationTemplate apns)
The message template to use for the APNs (Apple Push Notification service) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.apns(Consumer<APNSPushNotificationTemplate.Builder> apns)
The message template to use for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.baidu(AndroidPushNotificationTemplate baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.baidu(Consumer<AndroidPushNotificationTemplate.Builder> baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
static PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.builder() |
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultSubstitutions(String defaultSubstitutions)
A JSON object that specifies the default values to use for message variables in the message template.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultValue(Consumer<DefaultPushNotificationTemplate.Builder> defaultValue)
The default message template to use for push notification channels.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultValue(DefaultPushNotificationTemplate defaultValue)
The default message template to use for push notification channels.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.gcm(AndroidPushNotificationTemplate gcm)
The message template to use for the GCM channel, which is used to send notifications through the Firebase
Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.gcm(Consumer<AndroidPushNotificationTemplate.Builder> gcm)
The message template to use for the GCM channel, which is used to send notifications through the Firebase
Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.recommenderId(String recommenderId)
The unique identifier for the recommender model to use for the message template.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.tags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags to associate with the message template.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.templateDescription(String templateDescription)
A custom description of the message template.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PushNotificationTemplateRequest.Builder> |
PushNotificationTemplateRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePushTemplateRequest.Builder |
UpdatePushTemplateRequest.Builder.pushNotificationTemplateRequest(Consumer<PushNotificationTemplateRequest.Builder> pushNotificationTemplateRequest)
Sets the value of the PushNotificationTemplateRequest property for this object.
|
default CreatePushTemplateRequest.Builder |
CreatePushTemplateRequest.Builder.pushNotificationTemplateRequest(Consumer<PushNotificationTemplateRequest.Builder> pushNotificationTemplateRequest)
Sets the value of the PushNotificationTemplateRequest property for this object.
|
Copyright © 2022. All rights reserved.