Interface NotificationRecipientType.Builder

    • Method Detail

      • userTags

        NotificationRecipientType.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userIds

        NotificationRecipientType.Builder userIds​(String... userIds)

        A list of user IDs.

        Parameters:
        userIds - A list of user IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.