Interface LocalHealthEventsConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LocalHealthEventsConfig.Builder,LocalHealthEventsConfig>, SdkBuilder<LocalHealthEventsConfig.Builder,LocalHealthEventsConfig>, SdkPojo
Enclosing class:
LocalHealthEventsConfig

public static interface LocalHealthEventsConfig.Builder extends SdkPojo, CopyableBuilder<LocalHealthEventsConfig.Builder,LocalHealthEventsConfig>
  • Method Details

    • 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:
    • 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:
    • 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.

      If you don't set a minimum traffic impact threshold, the default value is 0.1%.

      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.

      If you don't set a minimum traffic impact threshold, the default value is 0.1%.

      Returns:
      Returns a reference to this object so that method calls can be chained together.