Uses of Class
com.oracle.bmc.datascience.requests.GetJobRunRequest.Builder
-
Packages that use GetJobRunRequest.Builder Package Description com.oracle.bmc.datascience.requests -
-
Uses of GetJobRunRequest.Builder in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetJobRunRequest.Builder Modifier and Type Method Description static GetJobRunRequest.Builder
GetJobRunRequest. builder()
Return a new builder for this request object.GetJobRunRequest.Builder
GetJobRunRequest.Builder. copy(GetJobRunRequest o)
Copy method to populate the builder with values from the given instance.GetJobRunRequest.Builder
GetJobRunRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetJobRunRequest.Builder
GetJobRunRequest.Builder. jobRunId(String jobRunId)
The OCID of the job run.GetJobRunRequest.Builder
GetJobRunRequest.Builder. opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.GetJobRunRequest.Builder
GetJobRunRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetJobRunRequest.Builder
GetJobRunRequest. toBuilder()
Return an instance ofGetJobRunRequest.Builder
that allows you to modify request properties.
-