| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckObservation.Builder |
HealthCheckObservation.builder() |
HealthCheckObservation.Builder |
HealthCheckObservation.Builder.ipAddress(String ipAddress)
The IP address of the Amazon Route 53 health checker that provided the failure reason in
StatusReport. |
HealthCheckObservation.Builder |
HealthCheckObservation.Builder.region(HealthCheckRegion region)
The region of the Amazon Route 53 health checker that provided the status in
StatusReport. |
HealthCheckObservation.Builder |
HealthCheckObservation.Builder.region(String region)
The region of the Amazon Route 53 health checker that provided the status in
StatusReport. |
default HealthCheckObservation.Builder |
HealthCheckObservation.Builder.statusReport(Consumer<StatusReport.Builder> statusReport)
A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and
the time of the failed health check.
|
HealthCheckObservation.Builder |
HealthCheckObservation.Builder.statusReport(StatusReport statusReport)
A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and
the time of the failed health check.
|
HealthCheckObservation.Builder |
HealthCheckObservation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HealthCheckObservation.Builder> |
HealthCheckObservation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.