Uses of Interface
software.amazon.awssdk.services.pinpoint.model.JourneyPushMessage.Builder
-
Packages that use JourneyPushMessage.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyPushMessage.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyPushMessage.Builder Modifier and Type Method Description static JourneyPushMessage.BuilderJourneyPushMessage. builder()JourneyPushMessage.BuilderJourneyPushMessage.Builder. timeToLive(String timeToLive)The number of seconds that the push notification service should keep the message, if the service is unable to deliver the notification the first time.JourneyPushMessage.BuilderJourneyPushMessage. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type JourneyPushMessage.Builder Modifier and Type Method Description static Class<? extends JourneyPushMessage.Builder>JourneyPushMessage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type JourneyPushMessage.Builder Modifier and Type Method Description default PushMessageActivity.BuilderPushMessageActivity.Builder. messageConfig(Consumer<JourneyPushMessage.Builder> messageConfig)Specifies the time to live (TTL) value for push notifications that are sent to participants in a journey.
-