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