Interface ManagedNotificationChildEvent.Builder

    • Method Detail

      • schemaVersion

        ManagedNotificationChildEvent.Builder schemaVersion​(String schemaVersion)

        The schema version of the Managed Notification Child Event.

        Parameters:
        schemaVersion - The schema version of the Managed Notification Child Event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SchemaVersion, SchemaVersion
      • id

        ManagedNotificationChildEvent.Builder id​(String id)

        The unique identifier for a Managed Notification Child Event.

        Parameters:
        id - The unique identifier for a Managed Notification Child Event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageComponents

        ManagedNotificationChildEvent.Builder messageComponents​(MessageComponents messageComponents)
        Sets the value of the MessageComponents property for this object.
        Parameters:
        messageComponents - The new value for the MessageComponents property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceEventDetailUrl

        ManagedNotificationChildEvent.Builder sourceEventDetailUrl​(String sourceEventDetailUrl)

        The source event URL.

        Parameters:
        sourceEventDetailUrl - The source event URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceEventDetailUrlDisplayText

        ManagedNotificationChildEvent.Builder sourceEventDetailUrlDisplayText​(String sourceEventDetailUrlDisplayText)

        The detailed URL for the source event.

        Parameters:
        sourceEventDetailUrlDisplayText - The detailed URL for the source event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationType

        ManagedNotificationChildEvent.Builder notificationType​(String notificationType)

        The type of event causing the notification.

        • Values:

          • ALERT

            • A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.

          • WARNING

            • A notification about an event where an issue is about to arise. For example, something is approaching a threshold.

          • ANNOUNCEMENT

            • A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.

          • INFORMATIONAL

            • A notification about informational messages. For example, recommendations, service announcements, or reminders.

        Parameters:
        notificationType - The type of event causing the notification.

        • Values:

          • ALERT

            • A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.

          • WARNING

            • A notification about an event where an issue is about to arise. For example, something is approaching a threshold.

          • ANNOUNCEMENT

            • A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.

          • INFORMATIONAL

            • A notification about informational messages. For example, recommendations, service announcements, or reminders.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NotificationType, NotificationType
      • notificationType

        ManagedNotificationChildEvent.Builder notificationType​(NotificationType notificationType)

        The type of event causing the notification.

        • Values:

          • ALERT

            • A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.

          • WARNING

            • A notification about an event where an issue is about to arise. For example, something is approaching a threshold.

          • ANNOUNCEMENT

            • A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.

          • INFORMATIONAL

            • A notification about informational messages. For example, recommendations, service announcements, or reminders.

        Parameters:
        notificationType - The type of event causing the notification.

        • Values:

          • ALERT

            • A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.

          • WARNING

            • A notification about an event where an issue is about to arise. For example, something is approaching a threshold.

          • ANNOUNCEMENT

            • A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.

          • INFORMATIONAL

            • A notification about informational messages. For example, recommendations, service announcements, or reminders.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NotificationType, NotificationType
      • eventStatus

        ManagedNotificationChildEvent.Builder eventStatus​(String eventStatus)

        The assesed nature of the event.

        • Values:

          • HEALTHY

            • All EventRules are ACTIVE.

          • UNHEALTHY

            • Some EventRules are ACTIVE and some are INACTIVE.

        Parameters:
        eventStatus - The assesed nature of the event.

        • Values:

          • HEALTHY

            • All EventRules are ACTIVE.

          • UNHEALTHY

            • Some EventRules are ACTIVE and some are INACTIVE.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventStatus, EventStatus
      • eventStatus

        ManagedNotificationChildEvent.Builder eventStatus​(EventStatus eventStatus)

        The assesed nature of the event.

        • Values:

          • HEALTHY

            • All EventRules are ACTIVE.

          • UNHEALTHY

            • Some EventRules are ACTIVE and some are INACTIVE.

        Parameters:
        eventStatus - The assesed nature of the event.

        • Values:

          • HEALTHY

            • All EventRules are ACTIVE.

          • UNHEALTHY

            • Some EventRules are ACTIVE and some are INACTIVE.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventStatus, EventStatus
      • aggregateManagedNotificationEventArn

        ManagedNotificationChildEvent.Builder aggregateManagedNotificationEventArn​(String aggregateManagedNotificationEventArn)

        The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this Managed Notification Child Event.

        Parameters:
        aggregateManagedNotificationEventArn - The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this Managed Notification Child Event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ManagedNotificationChildEvent.Builder startTime​(Instant startTime)

        The notification event start time.

        Parameters:
        startTime - The notification event start time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ManagedNotificationChildEvent.Builder endTime​(Instant endTime)

        The end time of the event.

        Parameters:
        endTime - The end time of the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • organizationalUnitId

        ManagedNotificationChildEvent.Builder organizationalUnitId​(String organizationalUnitId)

        The Organizational Unit Id that an Amazon Web Services account belongs to.

        Parameters:
        organizationalUnitId - The Organizational Unit Id that an Amazon Web Services account belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregationDetail

        ManagedNotificationChildEvent.Builder aggregationDetail​(AggregationDetail aggregationDetail)

        Provides detailed information about the dimensions used for event summarization and aggregation.

        Parameters:
        aggregationDetail - Provides detailed information about the dimensions used for event summarization and aggregation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.