Interface NotificationSearchSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationSearchSummary.Builder,,NotificationSearchSummary> SdkBuilder<NotificationSearchSummary.Builder,,NotificationSearchSummary> SdkPojo
- Enclosing class:
NotificationSearchSummary
@Mutable
@NotThreadSafe
public static interface NotificationSearchSummary.Builder
extends SdkPojo, CopyableBuilder<NotificationSearchSummary.Builder,NotificationSearchSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the notification.content(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.The unique identifier for the notification.instanceId(String instanceId) The identifier of the Amazon Connect instance.lastModifiedRegion(String lastModifiedRegion) The AWS Region where the notification was last modified.lastModifiedTime(Instant lastModifiedTime) The timestamp when the notification was last modified.The priority level of the notification.priority(NotificationPriority priority) The priority level of the notification.recipients(String... recipients) A list of recipient Amazon Resource Names (ARNs).recipients(Collection<String> recipients) A list of recipient Amazon Resource Names (ARNs).The tags associated with 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
-
id
The unique identifier for the notification.
- Parameters:
id- The unique identifier for the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the notification.
- Parameters:
arn- The Amazon Resource Name (ARN) of the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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:
-
recipients
A list of recipient Amazon Resource Names (ARNs).
- Parameters:
recipients- A list of recipient Amazon Resource Names (ARNs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipients
A list of recipient Amazon Resource Names (ARNs).
- Parameters:
recipients- A list of recipient Amazon Resource Names (ARNs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
lastModifiedRegion
The AWS Region where the notification was last modified.
- Parameters:
lastModifiedRegion- The AWS Region where the notification was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp when the notification was last modified.
- Parameters:
lastModifiedTime- The timestamp when the notification was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the notification.
- Parameters:
tags- The tags associated with the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-