MetricDynamicAlertCondition.UpdateDefinitionStages.Blank.MetricName<ParentT> Interface

Type Parameters

ParentT

the stage of the parent Metric Alert definition to return to after attaching this definition

public static interface MetricDynamicAlertCondition.UpdateDefinitionStages.Blank.MetricName

The stage of the definition which specifies metric signal name. *

Method Summary

Modifier and Type Method and Description
abstract WithCriteriaOperator<ParentT> withMetricName(String metricName)

Sets the name of the signal name to monitor.

abstract WithCriteriaOperator<ParentT> withMetricName(String metricName, String metricNamespace)

Sets the name of the signal name to monitor.

Method Details

withMetricName

public abstract MetricDynamicAlertCondition.UpdateDefinitionStages.WithCriteriaOperator withMetricName(String metricName)

Sets the name of the signal name to monitor.

Parameters:

metricName - metric name of the signal.

Returns:

the next stage of metric alert condition definition.

withMetricName

public abstract MetricDynamicAlertCondition.UpdateDefinitionStages.WithCriteriaOperator withMetricName(String metricName, String metricNamespace)

Sets the name of the signal name to monitor.

Parameters:

metricName - metric name of the signal.
metricNamespace - the Namespace of the metric.

Returns:

the next stage of metric alert condition definition.

Applies to