| 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 when the message template was created.
|
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 when the message template was last modified.
|
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.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() |
| 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 © 2019. All rights reserved.