Interface ScaleRule.DefinitionStages.WithMetricName
-
- All Known Subinterfaces:
ScaleRule.Definition
- Enclosing interface:
- ScaleRule.DefinitionStages
public static interface ScaleRule.DefinitionStages.WithMetricNameThe stage of the definition which specifies metric name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleRule.DefinitionStages.WithStatisticwithMetricName(String metricName)Sets the name of the metric that defines what the rule monitors.
-
-
-
Method Detail
-
withMetricName
ScaleRule.DefinitionStages.WithStatistic withMetricName(String metricName)
Sets the name of the metric that defines what the rule monitors.- Parameters:
metricName- name of the metric.- Returns:
- the next stage of the definition.
-
-