public static interface QueryForecastResponse.Builder extends ForecastqueryResponse.Builder, SdkPojo, CopyableBuilder<QueryForecastResponse.Builder,QueryForecastResponse>
| Modifier and Type | Method and Description |
|---|---|
default QueryForecastResponse.Builder |
forecast(Consumer<Forecast.Builder> forecast)
The forecast.
|
QueryForecastResponse.Builder |
forecast(Forecast forecast)
The forecast.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryForecastResponse.Builder forecast(Forecast forecast)
The forecast.
forecast - The forecast.default QueryForecastResponse.Builder forecast(Consumer<Forecast.Builder> forecast)
The forecast.
This is a convenience that creates an instance of theForecast.Builder avoiding the need to create
one manually via Forecast.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to forecast(Forecast).forecast - a consumer that will call methods on Forecast.Builderforecast(Forecast)Copyright © 2021. All rights reserved.