Uses of Interface
software.amazon.awssdk.services.route53.model.StatusReport.Builder
Packages that use StatusReport.Builder
-
Uses of StatusReport.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return StatusReport.BuilderModifier and TypeMethodDescriptionstatic StatusReport.BuilderStatusReport.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).A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.StatusReport.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type StatusReport.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StatusReport.Builder>StatusReport.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type StatusReport.BuilderModifier and TypeMethodDescriptiondefault 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.