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.BuilderGetVolumeRequest. builder()Return a new builder for this request object.GetVolumeRequest.BuilderGetVolumeRequest.Builder. copy(GetVolumeRequest o)Copy method to populate the builder with values from the given instance.GetVolumeRequest.BuilderGetVolumeRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetVolumeRequest.BuilderGetVolumeRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.GetVolumeRequest.BuilderGetVolumeRequest. toBuilder()Return an instance ofGetVolumeRequest.Builderthat allows you to modify request properties.GetVolumeRequest.BuilderGetVolumeRequest.Builder. volumeId(String volumeId)The OCID of the volume.
-