Interface MetricAlert.DefinitionStages.WithCriteriaDefinition
-
- All Known Subinterfaces:
MetricAlert.Definition,MetricAlert.DefinitionStages.WithCreate
- Enclosing interface:
- MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithCriteriaDefinitionThe stage of the definition which specifies condition that will cause this alert to activate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricAlertCondition.DefinitionStages.Blank.MetricName<MetricAlert.DefinitionStages.WithCreate>defineAlertCriteria(String name)Starts definition of the metric alert condition.
-
-
-
Method Detail
-
defineAlertCriteria
MetricAlertCondition.DefinitionStages.Blank.MetricName<MetricAlert.DefinitionStages.WithCreate> defineAlertCriteria(String name)
Starts definition of the metric alert condition.- Parameters:
name- sets the name of the condition.- Returns:
- the next stage of metric alert condition definition.
-
-