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