Interface MetricDynamicAlertCondition.UpdateDefinitionStages.Blank.MetricName<ParentT>
- Type Parameters:
ParentT- the stage of the parent Metric Alert definition to return to after attaching this definition
- Enclosing interface:
- MetricDynamicAlertCondition.UpdateDefinitionStages.Blank
public static interface MetricDynamicAlertCondition.UpdateDefinitionStages.Blank.MetricName<ParentT>
The stage of the definition which specifies metric signal name. *
-
Method Summary
Modifier and TypeMethodDescriptionwithMetricName(String metricName) Sets the name of the signal name to monitor.withMetricName(String metricName, String metricNamespace) Sets the name of the signal name to monitor.
-
Method Details
-
withMetricName
MetricDynamicAlertCondition.UpdateDefinitionStages.WithCriteriaOperator<ParentT> 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
MetricDynamicAlertCondition.UpdateDefinitionStages.WithCriteriaOperator<ParentT> 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.
-