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