Interface UserNotificationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserNotificationSummary.Builder,,UserNotificationSummary> SdkBuilder<UserNotificationSummary.Builder,,UserNotificationSummary> SdkPojo
- Enclosing class:
UserNotificationSummary
-
Method Summary
Modifier and TypeMethodDescriptioncontent(Map<LocaleCode, String> content) The localized content of the notification.contentWithStrings(Map<String, String> content) The localized content of the notification.The timestamp when the notification was created.The timestamp when the notification expires.instanceId(String instanceId) The identifier of the Amazon Connect instance.notificationId(String notificationId) The unique identifier for the notification.notificationStatus(String notificationStatus) The status of the notification for this user.notificationStatus(NotificationStatus notificationStatus) The status of the notification for this user.The priority level of the notification.priority(NotificationPriority priority) The priority level of the notification.recipientId(String recipientId) The identifier of the recipient user.The source that created the notification.source(NotificationSource source) The source that created the notification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
notificationId
The unique identifier for the notification.
- Parameters:
notificationId- The unique identifier for the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationStatus
The status of the notification for this user. Valid values are READ, UNREAD, and HIDDEN.
- Parameters:
notificationStatus- The status of the notification for this user. Valid values are READ, UNREAD, and HIDDEN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notificationStatus
The status of the notification for this user. Valid values are READ, UNREAD, and HIDDEN.
- Parameters:
notificationStatus- The status of the notification for this user. Valid values are READ, UNREAD, and HIDDEN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceId
The identifier of the Amazon Connect instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipientId
The identifier of the recipient user.
- Parameters:
recipientId- The identifier of the recipient user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentWithStrings
The localized content of the notification.
- Parameters:
content- The localized content of the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The localized content of the notification.
- Parameters:
content- The localized content of the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
The priority level of the notification.
- Parameters:
priority- The priority level of the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
priority
The priority level of the notification.
- Parameters:
priority- The priority level of the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The source that created the notification. Valid values are CUSTOMER, RULES, and SYSTEM.
- Parameters:
source- The source that created the notification. Valid values are CUSTOMER, RULES, and SYSTEM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The source that created the notification. Valid values are CUSTOMER, RULES, and SYSTEM.
- Parameters:
source- The source that created the notification. Valid values are CUSTOMER, RULES, and SYSTEM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the notification was created.
- Parameters:
createdAt- The timestamp when the notification was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
The timestamp when the notification expires.
- Parameters:
expiresAt- The timestamp when the notification expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-