| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static LocalHealthEventsConfig.Builder |
LocalHealthEventsConfig.builder() |
LocalHealthEventsConfig.Builder |
LocalHealthEventsConfig.Builder.healthScoreThreshold(Double healthScoreThreshold)
The health event threshold percentage set for a local health score.
|
LocalHealthEventsConfig.Builder |
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.
|
LocalHealthEventsConfig.Builder |
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.
|
LocalHealthEventsConfig.Builder |
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.
|
LocalHealthEventsConfig.Builder |
LocalHealthEventsConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LocalHealthEventsConfig.Builder> |
LocalHealthEventsConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2023. All rights reserved.