Alarm.Builder |
Alarm.Builder.alarmModelName(String alarmModelName) |
The name of the alarm model.
|
Alarm.Builder |
Alarm.Builder.alarmModelVersion(String alarmModelVersion) |
The version of the alarm model.
|
default Alarm.Builder |
Alarm.Builder.alarmState(Consumer<AlarmState.Builder> alarmState) |
Contains information about the current state of the alarm.
|
Alarm.Builder |
Alarm.Builder.alarmState(AlarmState alarmState) |
Contains information about the current state of the alarm.
|
static Alarm.Builder |
Alarm.builder() |
|
Alarm.Builder |
Alarm.Builder.creationTime(Instant creationTime) |
The time the alarm was created, in the Unix epoch format.
|
Alarm.Builder |
Alarm.Builder.keyValue(String keyValue) |
The value of the key used as a filter to select only the alarms associated with the key.
|
Alarm.Builder |
Alarm.Builder.lastUpdateTime(Instant lastUpdateTime) |
The time the alarm was last updated, in the Unix epoch format.
|
Alarm.Builder |
Alarm.Builder.severity(Integer severity) |
A non-negative integer that reflects the severity level of the alarm.
|
Alarm.Builder |
Alarm.toBuilder() |
|