Uses of Class
com.oracle.bmc.stackmonitoring.model.Condition.Builder
-
Packages that use Condition.Builder Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of Condition.Builder in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return Condition.Builder Modifier and Type Method Description Condition.Builder
Condition.Builder. body(String body)
The human-readable content of the delivered alarm notification.static Condition.Builder
Condition. builder()
Create a new builder.Condition.Builder
Condition.Builder. copy(Condition model)
Condition.Builder
Condition.Builder. query(String query)
The Monitoring Query Language (MQL) expression to evaluate for the alarm.Condition.Builder
Condition.Builder. severity(AlarmConditionSeverity severity)
Severity - Critical/WarningCondition.Builder
Condition.Builder. shouldAppendNote(Boolean shouldAppendNote)
Whether the note need to add into bottom of the body for mapping the alarms information with template or not.Condition.Builder
Condition.Builder. shouldAppendUrl(Boolean shouldAppendUrl)
Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.Condition.Builder
Condition. toBuilder()
Condition.Builder
Condition.Builder. triggerDelay(String triggerDelay)
The period of time that the condition defined in the alarm must persist before the alarm state changes from “OK” to “FIRING”.
-