CopyableBuilder<HealthCheckObservation.Builder,HealthCheckObservation>
, SdkBuilder<HealthCheckObservation.Builder,HealthCheckObservation>
public static interface HealthCheckObservation.Builder extends CopyableBuilder<HealthCheckObservation.Builder,HealthCheckObservation>
Modifier and Type | Method | Description |
---|---|---|
HealthCheckObservation.Builder |
ipAddress(String ipAddress) |
The IP address of the Amazon Route 53 health checker that provided the failure reason in
StatusReport . |
HealthCheckObservation.Builder |
region(String region) |
The region of the Amazon Route 53 health checker that provided the status in
StatusReport . |
HealthCheckObservation.Builder |
region(HealthCheckRegion region) |
The region of the Amazon Route 53 health checker that provided the status in
StatusReport . |
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.
|
copy
apply, build
HealthCheckObservation.Builder region(String region)
The region of the Amazon Route 53 health checker that provided the status in StatusReport
.
region
- The region of the Amazon Route 53 health checker that provided the status in StatusReport
.HealthCheckRegion
HealthCheckObservation.Builder region(HealthCheckRegion region)
The region of the Amazon Route 53 health checker that provided the status in StatusReport
.
region
- The region of the Amazon Route 53 health checker that provided the status in StatusReport
.HealthCheckRegion
HealthCheckObservation.Builder ipAddress(String ipAddress)
The IP address of the Amazon Route 53 health checker that provided the failure reason in
StatusReport
.
ipAddress
- The IP address of the Amazon Route 53 health checker that provided the failure reason in
StatusReport
.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.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.