public HealthCheckResponseBuilder down()

in geronimo-health-common/src/main/java/org/apache/geronimo/microprofile/common/impl/HealthCheckResponseBuilderImpl.java [59:62]


    public HealthCheckResponseBuilder down() {
        response.setState(HealthCheckResponse.Status.DOWN);
        return this;
    }