Interface ScaleRule.UpdateDefinitionStages.WithMetricName
-
- All Known Subinterfaces:
ScaleRule.UpdateDefinition
- Enclosing interface:
- ScaleRule.UpdateDefinitionStages
public static interface ScaleRule.UpdateDefinitionStages.WithMetricNameThe stage of the definition which specifies metric name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleRule.UpdateDefinitionStages.WithStatisticwithMetricName(String metricName)Sets the name of the metric that defines what the rule monitors.
-
-
-
Method Detail
-
withMetricName
ScaleRule.UpdateDefinitionStages.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.
-
-