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