Uses of Interface
software.amazon.awssdk.services.route53.model.StatusReport.Builder
-
Packages that use StatusReport.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of StatusReport.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return StatusReport.Builder Modifier and Type Method Description static StatusReport.BuilderStatusReport. builder()StatusReport.BuilderStatusReport.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.BuilderStatusReport.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.BuilderStatusReport. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type StatusReport.Builder Modifier and Type Method Description static Class<? extends StatusReport.Builder>StatusReport. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type StatusReport.Builder Modifier and Type Method Description default HealthCheckObservation.BuilderHealthCheckObservation.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.
-