Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnPushTemplatePropsMixin.Builder
Packages that use CfnPushTemplatePropsMixin.Builder
-
Uses of CfnPushTemplatePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.pinpoint
Methods in software.amazon.awscdk.cfnpropertymixins.services.pinpoint that return CfnPushTemplatePropsMixin.BuilderModifier and TypeMethodDescriptionCfnPushTemplatePropsMixin.Builder.adm(CfnPushTemplatePropsMixin.AndroidPushNotificationTemplateProperty adm) The message template to use for the ADM (Amazon Device Messaging) channel.CfnPushTemplatePropsMixin.Builder.adm(IResolvable adm) The message template to use for the ADM (Amazon Device Messaging) channel.CfnPushTemplatePropsMixin.Builder.apns(CfnPushTemplatePropsMixin.APNSPushNotificationTemplateProperty apns) The message template to use for the APNs (Apple Push Notification service) channel.CfnPushTemplatePropsMixin.Builder.apns(IResolvable apns) The message template to use for the APNs (Apple Push Notification service) channel.CfnPushTemplatePropsMixin.Builder.baidu(CfnPushTemplatePropsMixin.AndroidPushNotificationTemplateProperty baidu) The message template to use for the Baidu (Baidu Cloud Push) channel.CfnPushTemplatePropsMixin.Builder.baidu(IResolvable baidu) The message template to use for the Baidu (Baidu Cloud Push) channel.CfnPushTemplatePropsMixin.Builder.create()CfnPushTemplatePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPushTemplatePropsMixin.Builder.defaultSubstitutions(String defaultSubstitutions) A JSON object that specifies the default values to use for message variables in the message template.CfnPushTemplatePropsMixin.Builder.defaultValue(CfnPushTemplatePropsMixin.DefaultPushNotificationTemplateProperty defaultValue) The default message template to use for push notification channels.CfnPushTemplatePropsMixin.Builder.defaultValue(IResolvable defaultValue) The default message template to use for push notification channels.CfnPushTemplatePropsMixin.Builder.gcm(CfnPushTemplatePropsMixin.AndroidPushNotificationTemplateProperty 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.CfnPushTemplatePropsMixin.Builder.gcm(IResolvable 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.An array of key-value pairs to apply to this resource.CfnPushTemplatePropsMixin.Builder.templateDescription(String templateDescription) A custom description of the message template.CfnPushTemplatePropsMixin.Builder.templateName(String templateName) The name of the message template to use for the message.