| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeBasedForecastProperties.Builder |
TimeBasedForecastProperties.builder() |
TimeBasedForecastProperties.Builder |
TimeBasedForecastProperties.Builder.lowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
TimeBasedForecastProperties.Builder.periodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
TimeBasedForecastProperties.Builder.periodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
TimeBasedForecastProperties.Builder.predictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
TimeBasedForecastProperties.Builder.seasonality(Integer seasonality)
The seasonality setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
TimeBasedForecastProperties.toBuilder() |
TimeBasedForecastProperties.Builder |
TimeBasedForecastProperties.Builder.upperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeBasedForecastProperties.Builder> |
TimeBasedForecastProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ForecastConfiguration.Builder |
ForecastConfiguration.Builder.forecastProperties(Consumer<TimeBasedForecastProperties.Builder> forecastProperties)
The forecast properties setup of a forecast in the line chart.
|
Copyright © 2023. All rights reserved.