CompositeAlarm.Builder |
CompositeAlarm.Builder.actionsEnabled(Boolean actionsEnabled) |
Indicates whether actions should be executed during any changes to the alarm state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.actionsSuppressedBy(String actionsSuppressedBy) |
When the value is ALARM, it means that the actions are suppressed because the suppressor alarm
is in ALARM When the value is WaitPeriod, it means that the actions are suppressed
because the composite alarm is waiting for the suppressor alarm to go into into the ALARM state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.actionsSuppressedBy(ActionsSuppressedBy actionsSuppressedBy) |
When the value is ALARM, it means that the actions are suppressed because the suppressor alarm
is in ALARM When the value is WaitPeriod, it means that the actions are suppressed
because the composite alarm is waiting for the suppressor alarm to go into into the ALARM state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.actionsSuppressedReason(String actionsSuppressedReason) |
Captures the reason for action suppression.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.actionsSuppressor(String actionsSuppressor) |
Actions will be suppressed if the suppressor alarm is in the ALARM state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.actionsSuppressorExtensionPeriod(Integer actionsSuppressorExtensionPeriod) |
The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the
ALARM state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.actionsSuppressorWaitPeriod(Integer actionsSuppressorWaitPeriod) |
The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the
ALARM state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.alarmActions(String... alarmActions) |
The actions to execute when this alarm transitions to the ALARM state from any other state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.alarmActions(Collection<String> alarmActions) |
The actions to execute when this alarm transitions to the ALARM state from any other state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.alarmArn(String alarmArn) |
The Amazon Resource Name (ARN) of the alarm.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.alarmConfigurationUpdatedTimestamp(Instant alarmConfigurationUpdatedTimestamp) |
The time stamp of the last update to the alarm configuration.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.alarmDescription(String alarmDescription) |
The description of the alarm.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.alarmName(String alarmName) |
The name of the alarm.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.alarmRule(String alarmRule) |
The rule that this alarm uses to evaluate its alarm state.
|
static CompositeAlarm.Builder |
CompositeAlarm.builder() |
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.insufficientDataActions(String... insufficientDataActions) |
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.insufficientDataActions(Collection<String> insufficientDataActions) |
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.okActions(String... okActions) |
The actions to execute when this alarm transitions to the OK state from any other state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.okActions(Collection<String> okActions) |
The actions to execute when this alarm transitions to the OK state from any other state.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.stateReason(String stateReason) |
An explanation for the alarm state, in text format.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.stateReasonData(String stateReasonData) |
An explanation for the alarm state, in JSON format.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.stateTransitionedTimestamp(Instant stateTransitionedTimestamp) |
The timestamp of the last change to the alarm's StateValue.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.stateUpdatedTimestamp(Instant stateUpdatedTimestamp) |
Tracks the timestamp of any state update, even if StateValue doesn't change.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.stateValue(String stateValue) |
The state value for the alarm.
|
CompositeAlarm.Builder |
CompositeAlarm.Builder.stateValue(StateValue stateValue) |
The state value for the alarm.
|
CompositeAlarm.Builder |
CompositeAlarm.toBuilder() |
|