JobPatchHeaders.withClientRequestId(UUID clientRequestId) 方法
定义
Set the client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.
public JobPatchHeaders withClientRequestId(UUID clientRequestId)
参数
- clientRequestId
- UUID
the clientRequestId value to set
返回
the JobPatchHeaders object itself.