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