Uses of Interface
software.amazon.awssdk.services.quicksight.model.TimeBasedForecastProperties.Builder
-
Packages that use TimeBasedForecastProperties.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TimeBasedForecastProperties.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TimeBasedForecastProperties.Builder Modifier and Type Method Description static TimeBasedForecastProperties.BuilderTimeBasedForecastProperties. builder()TimeBasedForecastProperties.BuilderTimeBasedForecastProperties.Builder. lowerBoundary(Double lowerBoundary)The lower boundary setup of a forecast computation.TimeBasedForecastProperties.BuilderTimeBasedForecastProperties.Builder. periodsBackward(Integer periodsBackward)The periods backward setup of a forecast computation.TimeBasedForecastProperties.BuilderTimeBasedForecastProperties.Builder. periodsForward(Integer periodsForward)The periods forward setup of a forecast computation.TimeBasedForecastProperties.BuilderTimeBasedForecastProperties.Builder. predictionInterval(Integer predictionInterval)The prediction interval setup of a forecast computation.TimeBasedForecastProperties.BuilderTimeBasedForecastProperties.Builder. seasonality(Integer seasonality)The seasonality setup of a forecast computation.TimeBasedForecastProperties.BuilderTimeBasedForecastProperties. toBuilder()TimeBasedForecastProperties.BuilderTimeBasedForecastProperties.Builder. upperBoundary(Double upperBoundary)The upper boundary setup of a forecast computation.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TimeBasedForecastProperties.Builder Modifier and Type Method Description static Class<? extends TimeBasedForecastProperties.Builder>TimeBasedForecastProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TimeBasedForecastProperties.Builder Modifier and Type Method Description default ForecastConfiguration.BuilderForecastConfiguration.Builder. forecastProperties(Consumer<TimeBasedForecastProperties.Builder> forecastProperties)The forecast properties setup of a forecast in the line chart.
-