Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.CompositeAlarm.Builder
Packages that use CompositeAlarm.Builder
-
Uses of CompositeAlarm.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return CompositeAlarm.BuilderModifier and TypeMethodDescriptionCompositeAlarm.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state.CompositeAlarm.Builder.actionsSuppressedBy(String actionsSuppressedBy) When the value isALARM, it means that the actions are suppressed because the suppressor alarm is inALARMWhen the value isWaitPeriod, it means that the actions are suppressed because the composite alarm is waiting for the suppressor alarm to go into into theALARMstate.CompositeAlarm.Builder.actionsSuppressedBy(ActionsSuppressedBy actionsSuppressedBy) When the value isALARM, it means that the actions are suppressed because the suppressor alarm is inALARMWhen the value isWaitPeriod, it means that the actions are suppressed because the composite alarm is waiting for the suppressor alarm to go into into theALARMstate.CompositeAlarm.Builder.actionsSuppressedReason(String actionsSuppressedReason) Captures the reason for action suppression.CompositeAlarm.Builder.actionsSuppressor(String actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.CompositeAlarm.Builder.actionsSuppressorExtensionPeriod(Integer actionsSuppressorExtensionPeriod) The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of theALARMstate.CompositeAlarm.Builder.actionsSuppressorWaitPeriod(Integer actionsSuppressorWaitPeriod) The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into theALARMstate.CompositeAlarm.Builder.alarmActions(String... alarmActions) The actions to execute when this alarm transitions to the ALARM state from any other state.CompositeAlarm.Builder.alarmActions(Collection<String> alarmActions) The actions to execute when this alarm transitions to the ALARM state from any other state.The Amazon Resource Name (ARN) of the alarm.CompositeAlarm.Builder.alarmConfigurationUpdatedTimestamp(Instant alarmConfigurationUpdatedTimestamp) The time stamp of the last update to the alarm configuration.CompositeAlarm.Builder.alarmDescription(String alarmDescription) The description of the alarm.The name of the alarm.The rule that this alarm uses to evaluate its alarm state.static CompositeAlarm.BuilderCompositeAlarm.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.insufficientDataActions(Collection<String> insufficientDataActions) The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.The actions to execute when this alarm transitions to the OK state from any other state.CompositeAlarm.Builder.okActions(Collection<String> okActions) The actions to execute when this alarm transitions to the OK state from any other state.CompositeAlarm.Builder.stateReason(String stateReason) An explanation for the alarm state, in text format.CompositeAlarm.Builder.stateReasonData(String stateReasonData) An explanation for the alarm state, in JSON format.CompositeAlarm.Builder.stateTransitionedTimestamp(Instant stateTransitionedTimestamp) The timestamp of the last change to the alarm'sStateValue.CompositeAlarm.Builder.stateUpdatedTimestamp(Instant stateUpdatedTimestamp) Tracks the timestamp of any state update, even ifStateValuedoesn't change.CompositeAlarm.Builder.stateValue(String stateValue) The state value for the alarm.CompositeAlarm.Builder.stateValue(StateValue stateValue) The state value for the alarm.CompositeAlarm.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type CompositeAlarm.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CompositeAlarm.Builder>CompositeAlarm.serializableBuilderClass()