static PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.builder() |
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.maxCapacityBreachBehavior(String maxCapacityBreachBehavior) |
Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum
capacity.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.maxCapacityBreachBehavior(PredictiveScalingMaxCapacityBreachBehavior maxCapacityBreachBehavior) |
Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum
capacity.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.maxCapacityBuffer(Integer maxCapacityBuffer) |
The size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum
capacity.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.metricSpecifications(Collection<PredictiveScalingMetricSpecification> metricSpecifications) |
This structure includes the metrics and target utilization to use for predictive scaling.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.metricSpecifications(Consumer<PredictiveScalingMetricSpecification.Builder>... metricSpecifications) |
This structure includes the metrics and target utilization to use for predictive scaling.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.metricSpecifications(PredictiveScalingMetricSpecification... metricSpecifications) |
This structure includes the metrics and target utilization to use for predictive scaling.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.mode(String mode) |
The predictive scaling mode.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.mode(PredictiveScalingMode mode) |
The predictive scaling mode.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.Builder.schedulingBufferTime(Integer schedulingBufferTime) |
The amount of time, in seconds, that the start time can be advanced.
|
PredictiveScalingPolicyConfiguration.Builder |
PredictiveScalingPolicyConfiguration.toBuilder() |
|