public static interface NotificationRecipientType.Builder extends SdkPojo, CopyableBuilder<NotificationRecipientType.Builder,NotificationRecipientType>
| Modifier and Type | Method and Description |
|---|---|
NotificationRecipientType.Builder |
userIds(Collection<String> userIds)
A list of user IDs.
|
NotificationRecipientType.Builder |
userIds(String... userIds)
A list of user IDs.
|
NotificationRecipientType.Builder |
userTags(Map<String,String> userTags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationRecipientType.Builder userTags(Map<String,String> userTags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. Amazon Connect users with the specified tags will be notified.
userTags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }. Amazon Connect users with the specified tags will be notified.NotificationRecipientType.Builder userIds(Collection<String> userIds)
A list of user IDs.
userIds - A list of user IDs.NotificationRecipientType.Builder userIds(String... userIds)
A list of user IDs.
userIds - A list of user IDs.Copyright © 2023. All rights reserved.