Interface MetricAlert.DefinitionStages.WithEvaluationFrequencyMultipleResource
- All Known Subinterfaces:
MetricAlert.DefinitionMultipleResource
- Enclosing interface:
MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithEvaluationFrequencyMultipleResource
The stage of the definition which specifies evaluation frequency for metric alert.
-
Method Summary
Modifier and TypeMethodDescriptionwithFrequency(Duration frequency) Sets how often the metric alert is evaluated represented in ISO 8601 duration format.
-
Method Details
-
withFrequency
Sets how often the metric alert is evaluated represented in ISO 8601 duration format.- Parameters:
frequency- the evaluationFrequency value to set.- Returns:
- the next stage of metric alert definition.
-