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