static PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.builder() |
|
default PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.customizedCapacityMetricSpecification(Consumer<PredictiveScalingCustomizedMetricSpecification.Builder> customizedCapacityMetricSpecification) |
The customized capacity metric specification.
|
PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.customizedCapacityMetricSpecification(PredictiveScalingCustomizedMetricSpecification customizedCapacityMetricSpecification) |
The customized capacity metric specification.
|
default PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.customizedLoadMetricSpecification(Consumer<PredictiveScalingCustomizedMetricSpecification.Builder> customizedLoadMetricSpecification) |
The customized load metric specification.
|
PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.customizedLoadMetricSpecification(PredictiveScalingCustomizedMetricSpecification customizedLoadMetricSpecification) |
The customized load metric specification.
|
default PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.customizedScalingMetricSpecification(Consumer<PredictiveScalingCustomizedMetricSpecification.Builder> customizedScalingMetricSpecification) |
The customized scaling metric specification.
|
PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.customizedScalingMetricSpecification(PredictiveScalingCustomizedMetricSpecification customizedScalingMetricSpecification) |
The customized scaling metric specification.
|
default PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.predefinedLoadMetricSpecification(Consumer<PredictiveScalingPredefinedLoadMetricSpecification.Builder> predefinedLoadMetricSpecification) |
The predefined load metric specification.
|
PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.predefinedLoadMetricSpecification(PredictiveScalingPredefinedLoadMetricSpecification predefinedLoadMetricSpecification) |
The predefined load metric specification.
|
default PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.predefinedMetricPairSpecification(Consumer<PredictiveScalingPredefinedMetricPairSpecification.Builder> predefinedMetricPairSpecification) |
The predefined metric pair specification that determines the appropriate scaling metric and load metric to
use.
|
PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.predefinedMetricPairSpecification(PredictiveScalingPredefinedMetricPairSpecification predefinedMetricPairSpecification) |
The predefined metric pair specification that determines the appropriate scaling metric and load metric to
use.
|
default PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.predefinedScalingMetricSpecification(Consumer<PredictiveScalingPredefinedScalingMetricSpecification.Builder> predefinedScalingMetricSpecification) |
The predefined scaling metric specification.
|
PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.predefinedScalingMetricSpecification(PredictiveScalingPredefinedScalingMetricSpecification predefinedScalingMetricSpecification) |
The predefined scaling metric specification.
|
PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.Builder.targetValue(Double targetValue) |
Specifies the target utilization.
|
PredictiveScalingMetricSpecification.Builder |
PredictiveScalingMetricSpecification.toBuilder() |
|