default HealthEventsConfig.Builder |
HealthEventsConfig.Builder.availabilityLocalHealthEventsConfig(Consumer<LocalHealthEventsConfig.Builder> availabilityLocalHealthEventsConfig) |
The configuration that determines the threshold and other conditions for when Internet Monitor creates a
health event for a local availability issue.
|
HealthEventsConfig.Builder |
HealthEventsConfig.Builder.availabilityLocalHealthEventsConfig(LocalHealthEventsConfig availabilityLocalHealthEventsConfig) |
The configuration that determines the threshold and other conditions for when Internet Monitor creates a
health event for a local availability issue.
|
HealthEventsConfig.Builder |
HealthEventsConfig.Builder.availabilityScoreThreshold(Double availabilityScoreThreshold) |
The health event threshold percentage set for availability scores.
|
static HealthEventsConfig.Builder |
HealthEventsConfig.builder() |
|
default HealthEventsConfig.Builder |
HealthEventsConfig.Builder.performanceLocalHealthEventsConfig(Consumer<LocalHealthEventsConfig.Builder> performanceLocalHealthEventsConfig) |
The configuration that determines the threshold and other conditions for when Internet Monitor creates a
health event for a local performance issue.
|
HealthEventsConfig.Builder |
HealthEventsConfig.Builder.performanceLocalHealthEventsConfig(LocalHealthEventsConfig performanceLocalHealthEventsConfig) |
The configuration that determines the threshold and other conditions for when Internet Monitor creates a
health event for a local performance issue.
|
HealthEventsConfig.Builder |
HealthEventsConfig.Builder.performanceScoreThreshold(Double performanceScoreThreshold) |
The health event threshold percentage set for performance scores.
|
HealthEventsConfig.Builder |
HealthEventsConfig.toBuilder() |
|