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