Interface ScaleRule.ParentUpdateDefinitionStages.Blank
- All Known Subinterfaces:
ScaleRule.ParentUpdateDefinition
- Enclosing interface:
- ScaleRule.ParentUpdateDefinitionStages
public static interface ScaleRule.ParentUpdateDefinitionStages.Blank
The first stage of autoscale profile scale rule definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithMetricSource(String metricSourceResourceId) Sets the resource identifier of the resource the rule monitors.
-
Method Details
-
withMetricSource
ScaleRule.ParentUpdateDefinitionStages.WithMetricName withMetricSource(String metricSourceResourceId) Sets the resource identifier of the resource the rule monitors.- Parameters:
metricSourceResourceId- resourceId of the resource.- Returns:
- the next stage of the definition.
-