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