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