Interface MetricDynamicAlertCondition.UpdateDefinitionStages.WithFailingPeriods<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent Metric Alert definition to return to after attaching this definition
- Enclosing interface:
- MetricDynamicAlertCondition.UpdateDefinitionStages
public static interface MetricDynamicAlertCondition.UpdateDefinitionStages.WithFailingPeriods<ParentT>The stage of the definition which specifies metric alert condition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricDynamicAlertCondition.UpdateDefinitionStages.WithConditionAttach<ParentT>withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)Sets the failing periods for triggering the alert.
-
-
-
Method Detail
-
withFailingPeriods
MetricDynamicAlertCondition.UpdateDefinitionStages.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.
-
-