public static interface GetPredictiveScalingForecastResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<GetPredictiveScalingForecastResponse.Builder,GetPredictiveScalingForecastResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPredictiveScalingForecastResponse.Builder |
capacityForecast(CapacityForecast capacityForecast)
The capacity forecast.
|
default GetPredictiveScalingForecastResponse.Builder |
capacityForecast(Consumer<CapacityForecast.Builder> capacityForecast)
The capacity forecast.
|
GetPredictiveScalingForecastResponse.Builder |
loadForecast(Collection<LoadForecast> loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResponse.Builder |
loadForecast(Consumer<LoadForecast.Builder>... loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResponse.Builder |
loadForecast(LoadForecast... loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResponse.Builder |
updateTime(Instant updateTime)
The time the forecast was made.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPredictiveScalingForecastResponse.Builder loadForecast(Collection<LoadForecast> loadForecast)
The load forecast.
loadForecast - The load forecast.GetPredictiveScalingForecastResponse.Builder loadForecast(LoadForecast... loadForecast)
The load forecast.
loadForecast - The load forecast.GetPredictiveScalingForecastResponse.Builder loadForecast(Consumer<LoadForecast.Builder>... loadForecast)
The load forecast.
This is a convenience method that creates an instance of theLoadForecast.Builder avoiding the need to create
one manually via LoadForecast.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #loadForecast(List.
loadForecast - a consumer that will call methods on
LoadForecast.Builder#loadForecast(java.util.Collection) GetPredictiveScalingForecastResponse.Builder capacityForecast(CapacityForecast capacityForecast)
The capacity forecast.
capacityForecast - The capacity forecast.default GetPredictiveScalingForecastResponse.Builder capacityForecast(Consumer<CapacityForecast.Builder> capacityForecast)
The capacity forecast.
This is a convenience method that creates an instance of theCapacityForecast.Builder avoiding the
need to create one manually via CapacityForecast.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to capacityForecast(CapacityForecast).
capacityForecast - a consumer that will call methods on CapacityForecast.BuildercapacityForecast(CapacityForecast)GetPredictiveScalingForecastResponse.Builder updateTime(Instant updateTime)
The time the forecast was made.
updateTime - The time the forecast was made.Copyright © 2022. All rights reserved.