Uses of Interface
software.amazon.awssdk.services.pinpoint.model.DefaultPushNotificationTemplate.Builder
-
Packages that use DefaultPushNotificationTemplate.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of DefaultPushNotificationTemplate.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return DefaultPushNotificationTemplate.Builder Modifier and Type Method Description DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate.Builder. action(String action)The action to occur if a recipient taps a push notification that's based on the message template.DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate.Builder. action(Action action)The action to occur if a recipient taps a push notification that's based on the message template.DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate.Builder. body(String body)The message body to use in push notifications that are based on the message template.static DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate. builder()DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate.Builder. sound(String sound)The sound to play when a recipient receives a push notification that's based on the message template.DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate.Builder. title(String title)The title to use in push notifications that are based on the message template.DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate. toBuilder()DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate.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.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type DefaultPushNotificationTemplate.Builder Modifier and Type Method Description static Class<? extends DefaultPushNotificationTemplate.Builder>DefaultPushNotificationTemplate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type DefaultPushNotificationTemplate.Builder Modifier and Type Method Description default PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.Builder. defaultValue(Consumer<DefaultPushNotificationTemplate.Builder> defaultValue)The default message template to use for push notification channels.default PushNotificationTemplateResponse.BuilderPushNotificationTemplateResponse.Builder. defaultValue(Consumer<DefaultPushNotificationTemplate.Builder> defaultValue)The default message template that's used for push notification channels.
-