| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.adm(AndroidPushNotificationTemplate adm)
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.adm(Consumer<AndroidPushNotificationTemplate.Builder> adm)
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.apns(APNSPushNotificationTemplate apns)
The message template that's used for the APNs (Apple Push Notification service) channel.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.apns(Consumer<APNSPushNotificationTemplate.Builder> apns)
The message template that's used for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.baidu(AndroidPushNotificationTemplate baidu)
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.baidu(Consumer<AndroidPushNotificationTemplate.Builder> baidu)
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
static PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.builder() |
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.creationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.defaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message
template.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.defaultValue(Consumer<DefaultPushNotificationTemplate.Builder> defaultValue)
The default message template that's used for push notification channels.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.defaultValue(DefaultPushNotificationTemplate defaultValue)
The default message template that's used for push notification channels.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.gcm(AndroidPushNotificationTemplate gcm)
The message template that's used for the GCM channel, which is used to send notifications through the
Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.gcm(Consumer<AndroidPushNotificationTemplate.Builder> gcm)
The message template that's used for the GCM channel, which is used to send notifications through the
Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.recommenderId(String recommenderId)
The unique identifier for the recommender model that's used by the message template.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.tags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message
template.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.templateDescription(String templateDescription)
The custom description of the message template.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.templateName(String templateName)
The name of the message template.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.templateType(String templateType)
The type of channel that the message template is designed for.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.toBuilder() |
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.version(String version)
The unique identifier, as an integer, for the active version of the message template, or the version of the
template that you specified by using the version parameter in your request.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PushNotificationTemplateResponse.Builder> |
PushNotificationTemplateResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetPushTemplateResponse.Builder |
GetPushTemplateResponse.Builder.pushNotificationTemplateResponse(Consumer<PushNotificationTemplateResponse.Builder> pushNotificationTemplateResponse)
Sets the value of the PushNotificationTemplateResponse property for this object.
|
Copyright © 2022. All rights reserved.