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