ToCopyableBuilder<HealthCheckObservation.Builder,HealthCheckObservation>
@Generated("software.amazon.awssdk:codegen") public class HealthCheckObservation extends Object implements ToCopyableBuilder<HealthCheckObservation.Builder,HealthCheckObservation>
A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.
Modifier and Type | Class | Description |
---|---|---|
static interface |
HealthCheckObservation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static HealthCheckObservation.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ipAddress() |
The IP address of the Amazon Route 53 health checker that provided the failure reason in
StatusReport . |
String |
region() |
The region of the Amazon Route 53 health checker that provided the status in
StatusReport . |
static Class<? extends HealthCheckObservation.Builder> |
serializableBuilderClass() |
|
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 |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String region()
The region of the Amazon Route 53 health checker that provided the status in StatusReport
.
StatusReport
.HealthCheckRegion
public String ipAddress()
The IP address of the Amazon Route 53 health checker that provided the failure reason in
StatusReport
.
StatusReport
.public 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.
public HealthCheckObservation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HealthCheckObservation.Builder,HealthCheckObservation>
public static HealthCheckObservation.Builder builder()
public static Class<? extends HealthCheckObservation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.