| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static LoadForecast.Builder |
LoadForecast.builder() |
default LoadForecast.Builder |
LoadForecast.Builder.metricSpecification(Consumer<PredictiveScalingMetricSpecification.Builder> metricSpecification)
The metric specification for the load forecast.
|
LoadForecast.Builder |
LoadForecast.Builder.metricSpecification(PredictiveScalingMetricSpecification metricSpecification)
The metric specification for the load forecast.
|
LoadForecast.Builder |
LoadForecast.Builder.timestamps(Collection<Instant> timestamps)
The timestamps for the data points, in UTC format.
|
LoadForecast.Builder |
LoadForecast.Builder.timestamps(Instant... timestamps)
The timestamps for the data points, in UTC format.
|
LoadForecast.Builder |
LoadForecast.toBuilder() |
LoadForecast.Builder |
LoadForecast.Builder.values(Collection<Double> values)
The values of the data points.
|
LoadForecast.Builder |
LoadForecast.Builder.values(Double... values)
The values of the data points.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoadForecast.Builder> |
LoadForecast.serializableBuilderClass() |
Copyright © 2022. All rights reserved.