Interface MetricAlert.DefinitionStages.WithEvaluationFrequency
-
- All Known Subinterfaces:
MetricAlert.Definition
- Enclosing interface:
- MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithEvaluationFrequencyThe stage of the definition which specifies evaluation frequency for metric alert.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricAlert.DefinitionStages.WithSeveritywithFrequency(Duration frequency)Sets how often the metric alert is evaluated represented in ISO 8601 duration format.
-
-
-
Method Detail
-
withFrequency
MetricAlert.DefinitionStages.WithSeverity withFrequency(Duration frequency)
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.
-
-