MetricAlert.DefinitionStages.WithCriteriaDefinition Interface

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 Type Method and Description
abstract MetricName<WithCreate> defineAlertCriteria(String name)

Starts definition of the metric alert condition.

Method Details

defineAlertCriteria

public abstract MetricAlertCondition.DefinitionStages.Blank.MetricName 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.

Applies to