Interface HealthCheckObservation.Builder

    • Method Detail

      • region

        HealthCheckObservation.Builder region​(String region)

        The region of the Amazon Route 53 health checker that provided the status in StatusReport.

        Parameters:
        region - The region of the Amazon Route 53 health checker that provided the status in StatusReport .
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HealthCheckRegion, HealthCheckRegion
      • region

        HealthCheckObservation.Builder region​(HealthCheckRegion region)

        The region of the Amazon Route 53 health checker that provided the status in StatusReport.

        Parameters:
        region - The region of the Amazon Route 53 health checker that provided the status in StatusReport .
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HealthCheckRegion, HealthCheckRegion
      • ipAddress

        HealthCheckObservation.Builder ipAddress​(String ipAddress)

        The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

        Parameters:
        ipAddress - The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.