public static interface AlarmModelSummary.Builder extends SdkPojo, CopyableBuilder<AlarmModelSummary.Builder,AlarmModelSummary>
| Modifier and Type | Method and Description |
|---|---|
AlarmModelSummary.Builder |
alarmModelDescription(String alarmModelDescription)
The description of the alarm model.
|
AlarmModelSummary.Builder |
alarmModelName(String alarmModelName)
The name of the alarm model.
|
AlarmModelSummary.Builder |
creationTime(Instant creationTime)
The time the alarm model was created, in the Unix epoch format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlarmModelSummary.Builder creationTime(Instant creationTime)
The time the alarm model was created, in the Unix epoch format.
creationTime - The time the alarm model was created, in the Unix epoch format.AlarmModelSummary.Builder alarmModelDescription(String alarmModelDescription)
The description of the alarm model.
alarmModelDescription - The description of the alarm model.AlarmModelSummary.Builder alarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName - The name of the alarm model.Copyright © 2022. All rights reserved.