Uses of Class
com.oracle.bmc.dataintegration.requests.GetPatchRequest.Builder
-
Packages that use GetPatchRequest.Builder Package Description com.oracle.bmc.dataintegration.requests -
-
Uses of GetPatchRequest.Builder in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetPatchRequest.Builder Modifier and Type Method Description GetPatchRequest.Builder
GetPatchRequest.Builder. applicationKey(String applicationKey)
The application key.static GetPatchRequest.Builder
GetPatchRequest. builder()
Return a new builder for this request object.GetPatchRequest.Builder
GetPatchRequest.Builder. copy(GetPatchRequest o)
Copy method to populate the builder with values from the given instance.GetPatchRequest.Builder
GetPatchRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetPatchRequest.Builder
GetPatchRequest.Builder. opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.GetPatchRequest.Builder
GetPatchRequest.Builder. patchKey(String patchKey)
The patch key.GetPatchRequest.Builder
GetPatchRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetPatchRequest.Builder
GetPatchRequest. toBuilder()
Return an instance ofGetPatchRequest.Builder
that allows you to modify request properties.GetPatchRequest.Builder
GetPatchRequest.Builder. workspaceId(String workspaceId)
The workspace ID.
-