Class RestHealthCheckStepAttributesResponse


  • public final class RestHealthCheckStepAttributesResponse
    extends java.lang.Object
    • Method Detail

      • healthChecks

        public java.util.List<RestHealthCheckResponse> healthChecks()
        Returns:
        The list of checks that form the health check step.
      • healthyStateDuration

        public java.lang.String healthyStateDuration()
        Returns:
        The duration in ISO 8601 format for which the resource is expected to be continuously healthy. If maxElasticDuration is specified, healthy state duration is enforced after the detection of first healthy signal.
      • maxElasticDuration

        public java.util.Optional<java.lang.String> maxElasticDuration()
        Returns:
        The duration in ISO 8601 format for which the health check waits for the resource to become healthy. Health check fails if it doesn't. Health check starts to enforce healthyStateDuration once resource becomes healthy.
      • type

        public java.lang.String type()
        Returns:
        The type of health check. Expected value is 'REST'.
      • waitDuration

        public java.util.Optional<java.lang.String> waitDuration()
        Returns:
        The duration in ISO 8601 format for which health check waits idly without any checks.