Interface LocalHealthEventsConfig.Builder

    • Method Detail

      • status

        LocalHealthEventsConfig.Builder status​(String status)

        The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be ENABLED or DISABLED.

        Parameters:
        status - The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be ENABLED or DISABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LocalHealthEventsConfigStatus, LocalHealthEventsConfigStatus
      • status

        LocalHealthEventsConfig.Builder status​(LocalHealthEventsConfigStatus status)

        The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be ENABLED or DISABLED.

        Parameters:
        status - The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be ENABLED or DISABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LocalHealthEventsConfigStatus, LocalHealthEventsConfigStatus
      • healthScoreThreshold

        LocalHealthEventsConfig.Builder healthScoreThreshold​(Double healthScoreThreshold)

        The health event threshold percentage set for a local health score.

        Parameters:
        healthScoreThreshold - The health event threshold percentage set for a local health score.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minTrafficImpact

        LocalHealthEventsConfig.Builder minTrafficImpact​(Double minTrafficImpact)

        The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.

        Parameters:
        minTrafficImpact - The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
        Returns:
        Returns a reference to this object so that method calls can be chained together.