Interface MetricDynamicAlertCondition.DefinitionStages.WithFailingPeriods<ParentT>
- Type Parameters:
ParentT- the stage of the parent Metric Alert definition to return to after attaching this definition
- Enclosing interface:
- MetricDynamicAlertCondition.DefinitionStages
public static interface MetricDynamicAlertCondition.DefinitionStages.WithFailingPeriods<ParentT>
The stage of the definition which specifies metric alert condition.
-
Method Summary
Modifier and TypeMethodDescriptionwithFailingPeriods(DynamicThresholdFailingPeriods failingPeriods) Sets the failing periods for triggering the alert.
-
Method Details
-
withFailingPeriods
MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach<ParentT> withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods) Sets the failing periods for triggering the alert.- Parameters:
failingPeriods- the failing periods for triggering the alert.- Returns:
- the next stage of metric alert condition definition.
-