| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static JourneyPushMessage.Builder |
JourneyPushMessage.builder() |
JourneyPushMessage.Builder |
JourneyPushMessage.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.Builder |
JourneyPushMessage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JourneyPushMessage.Builder> |
JourneyPushMessage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PushMessageActivity.Builder |
PushMessageActivity.Builder.messageConfig(Consumer<JourneyPushMessage.Builder> messageConfig)
Specifies the time to live (TTL) value for push notifications that are sent to participants in a journey.
|
Copyright © 2020. All rights reserved.