public static interface CapacityForecast.Builder extends SdkPojo, CopyableBuilder<CapacityForecast.Builder,CapacityForecast>
| Modifier and Type | Method and Description |
|---|---|
CapacityForecast.Builder |
timestamps(Collection<Instant> timestamps)
The timestamps for the data points, in UTC format.
|
CapacityForecast.Builder |
timestamps(Instant... timestamps)
The timestamps for the data points, in UTC format.
|
CapacityForecast.Builder |
values(Collection<Double> values)
The values of the data points.
|
CapacityForecast.Builder |
values(Double... values)
The values of the data points.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacityForecast.Builder timestamps(Collection<Instant> timestamps)
The timestamps for the data points, in UTC format.
timestamps - The timestamps for the data points, in UTC format.CapacityForecast.Builder timestamps(Instant... timestamps)
The timestamps for the data points, in UTC format.
timestamps - The timestamps for the data points, in UTC format.CapacityForecast.Builder values(Collection<Double> values)
The values of the data points.
values - The values of the data points.CapacityForecast.Builder values(Double... values)
The values of the data points.
values - The values of the data points.Copyright © 2023. All rights reserved.