Interface MetricAlert.DefinitionStages.WithCriteriaDefinitionMultipleResource
- All Known Subinterfaces:
MetricAlert.DefinitionMultipleResource
- Enclosing interface:
- MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithCriteriaDefinitionMultipleResource
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.MetricDynamicAlertCondition.DefinitionStages.Blank.MetricName<MetricAlert.DefinitionStages.WithCreate>Starts definition of the metric dynamic 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.
-
defineDynamicAlertCriteria
MetricDynamicAlertCondition.DefinitionStages.Blank.MetricName<MetricAlert.DefinitionStages.WithCreate> defineDynamicAlertCriteria(String name) Starts definition of the metric dynamic alert condition.- Parameters:
name- sets the name of the dynamic condition.- Returns:
- the next stage of metric alert condition definition.
-