Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.AlarmHistoryItem.Builder
Packages that use AlarmHistoryItem.Builder
-
Uses of AlarmHistoryItem.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AlarmHistoryItem.BuilderModifier and TypeMethodDescriptionAlarmHistoryItem.Builder.alarmContributorAttributes(Map<String, String> alarmContributorAttributes) A map of attributes that describe the alarm contributor associated with this history item, providing context about the contributor's characteristics at the time of the event.AlarmHistoryItem.Builder.alarmContributorId(String alarmContributorId) The unique identifier of the alarm contributor associated with this history item, if applicable.The descriptive name for the alarm.The type of alarm, either metric alarm or composite alarm.The type of alarm, either metric alarm or composite alarm.static AlarmHistoryItem.BuilderAlarmHistoryItem.builder()AlarmHistoryItem.Builder.historyData(String historyData) Data about the alarm, in JSON format.AlarmHistoryItem.Builder.historyItemType(String historyItemType) The type of alarm history item.AlarmHistoryItem.Builder.historyItemType(HistoryItemType historyItemType) The type of alarm history item.AlarmHistoryItem.Builder.historySummary(String historySummary) A summary of the alarm history, in text format.The time stamp for the alarm history item.AlarmHistoryItem.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AlarmHistoryItem.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AlarmHistoryItem.Builder>AlarmHistoryItem.serializableBuilderClass()