public static interface ForecastConfiguration.Builder extends SdkPojo, CopyableBuilder<ForecastConfiguration.Builder,ForecastConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ForecastConfiguration.Builder |
forecastProperties(Consumer<TimeBasedForecastProperties.Builder> forecastProperties)
The forecast properties setup of a forecast in the line chart.
|
ForecastConfiguration.Builder |
forecastProperties(TimeBasedForecastProperties forecastProperties)
The forecast properties setup of a forecast in the line chart.
|
default ForecastConfiguration.Builder |
scenario(Consumer<ForecastScenario.Builder> scenario)
The forecast scenario of a forecast in the line chart.
|
ForecastConfiguration.Builder |
scenario(ForecastScenario scenario)
The forecast scenario of a forecast in the line chart.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildForecastConfiguration.Builder forecastProperties(TimeBasedForecastProperties forecastProperties)
The forecast properties setup of a forecast in the line chart.
forecastProperties - The forecast properties setup of a forecast in the line chart.default ForecastConfiguration.Builder forecastProperties(Consumer<TimeBasedForecastProperties.Builder> forecastProperties)
The forecast properties setup of a forecast in the line chart.
This is a convenience method that creates an instance of theTimeBasedForecastProperties.Builder
avoiding the need to create one manually via TimeBasedForecastProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to forecastProperties(TimeBasedForecastProperties).
forecastProperties - a consumer that will call methods on TimeBasedForecastProperties.BuilderforecastProperties(TimeBasedForecastProperties)ForecastConfiguration.Builder scenario(ForecastScenario scenario)
The forecast scenario of a forecast in the line chart.
scenario - The forecast scenario of a forecast in the line chart.default ForecastConfiguration.Builder scenario(Consumer<ForecastScenario.Builder> scenario)
The forecast scenario of a forecast in the line chart.
This is a convenience method that creates an instance of theForecastScenario.Builder avoiding the
need to create one manually via ForecastScenario.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to scenario(ForecastScenario).
scenario - a consumer that will call methods on ForecastScenario.Builderscenario(ForecastScenario)Copyright © 2023. All rights reserved.