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