Interface ScaleRule.DefinitionStages
-
- Enclosing interface:
- ScaleRule
public static interface ScaleRule.DefinitionStagesGrouping of autoscale profile scale rule definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceScaleRule.DefinitionStages.BlankThe first stage of autoscale profile scale rule definition.static interfaceScaleRule.DefinitionStages.WithAttachThe final stage of the definition which attaches defined scale rule to the current Autoscale profile.static interfaceScaleRule.DefinitionStages.WithConditionThe stage of the definition which specifies metric alert condition.static interfaceScaleRule.DefinitionStages.WithMetricNameThe stage of the definition which specifies metric name.static interfaceScaleRule.DefinitionStages.WithScaleActionThe stage of the definition which specifies action to take when the metric alert will be triggered.static interfaceScaleRule.DefinitionStages.WithStatisticThe stage of the definition which specifies what kind of statistics should be used to calculate autoscale trigger action.
-