| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| 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.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HealthEventsConfig.Builder> |
HealthEventsConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateMonitorRequest.Builder |
UpdateMonitorRequest.Builder.healthEventsConfig(Consumer<HealthEventsConfig.Builder> healthEventsConfig)
The list of health score thresholds.
|
default GetMonitorResponse.Builder |
GetMonitorResponse.Builder.healthEventsConfig(Consumer<HealthEventsConfig.Builder> healthEventsConfig)
The list of health event threshold configurations.
|
default CreateMonitorRequest.Builder |
CreateMonitorRequest.Builder.healthEventsConfig(Consumer<HealthEventsConfig.Builder> healthEventsConfig)
Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet
Monitor creates a health event.
|
Copyright © 2023. All rights reserved.