| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static StatusReport.Builder |
StatusReport.builder() |
StatusReport.Builder |
StatusReport.Builder.checkedTime(Instant checkedTime)
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC).
|
StatusReport.Builder |
StatusReport.Builder.status(String status)
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health
checkers.
|
StatusReport.Builder |
StatusReport.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StatusReport.Builder> |
StatusReport.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.