Interface NotificationSearchSummary.Builder

  • 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

      NotificationSearchSummary.Builder instanceId(String 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

      NotificationSearchSummary.Builder contentWithStrings(Map<String,String> 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.
    • 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

      NotificationSearchSummary.Builder recipients(String... 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

      NotificationSearchSummary.Builder lastModifiedRegion(String 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

      NotificationSearchSummary.Builder lastModifiedTime(Instant 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.