| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationConfiguration.Builder |
PushNotificationConfiguration.Builder.body(String body)
The body of the push notification.
|
static PushNotificationConfiguration.Builder |
PushNotificationConfiguration.builder() |
PushNotificationConfiguration.Builder |
PushNotificationConfiguration.Builder.title(String title)
The title of the push notification.
|
PushNotificationConfiguration.Builder |
PushNotificationConfiguration.toBuilder() |
PushNotificationConfiguration.Builder |
PushNotificationConfiguration.Builder.type(PushNotificationType type)
Enum value that indicates the type of the push notification for a message.
|
PushNotificationConfiguration.Builder |
PushNotificationConfiguration.Builder.type(String type)
Enum value that indicates the type of the push notification for a message.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PushNotificationConfiguration.Builder> |
PushNotificationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SendChannelMessageRequest.Builder |
SendChannelMessageRequest.Builder.pushNotification(Consumer<PushNotificationConfiguration.Builder> pushNotification)
The push notification configuration of the message.
|
default ChannelMessageCallback.Builder |
ChannelMessageCallback.Builder.pushNotification(Consumer<PushNotificationConfiguration.Builder> pushNotification)
The push notification configuration of the message.
|
Copyright © 2022. All rights reserved.