open fun updateCheck(checkId: String, status: CheckStatus, resultHandler: Handler<AsyncResult<Void>>): ConsulClient
Set status of the check to given status. Used with a check that is of the TTL type. The TTL clock will be reset.
resultHandler - will be called when complete
Return
reference to this, for fluency