Interface MetricAlert.DefinitionStages.WithCriteriaDefinition
- All Known Subinterfaces:
MetricAlert.Definition,MetricAlert.DefinitionStages.WithCreate
- Enclosing interface:
MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithCriteriaDefinition
The stage of the definition which specifies condition that will cause this alert to activate.
-
Method Summary
Modifier and TypeMethodDescriptiondefineAlertCriteria(String name) Starts definition of the metric alert condition.
-
Method Details
-
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.
-