JobPatchOptions.withTimeout(Integer timeout) 方法
定义
Set the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.
public JobPatchOptions withTimeout(Integer timeout)
参数
- timeout
-
Integer
the timeout value to set
返回
the JobPatchOptions object itself.
适用于