| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ForecastComputation.Builder |
ForecastComputation.builder() |
ForecastComputation.Builder |
ForecastComputation.Builder.computationId(String computationId)
The ID for a computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.customSeasonalityValue(Integer customSeasonalityValue)
The custom seasonality value setup of a forecast computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.lowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.name(String name)
The name of a computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.periodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.periodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.predictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.seasonality(ForecastComputationSeasonality seasonality)
The seasonality setup of a forecast computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.seasonality(String seasonality)
The seasonality setup of a forecast computation.
|
default ForecastComputation.Builder |
ForecastComputation.Builder.time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.time(DimensionField time)
The time field that is used in a computation.
|
ForecastComputation.Builder |
ForecastComputation.toBuilder() |
ForecastComputation.Builder |
ForecastComputation.Builder.upperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
|
default ForecastComputation.Builder |
ForecastComputation.Builder.value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
|
ForecastComputation.Builder |
ForecastComputation.Builder.value(MeasureField value)
The value field that is used in a computation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ForecastComputation.Builder> |
ForecastComputation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Computation.Builder |
Computation.Builder.forecast(Consumer<ForecastComputation.Builder> forecast)
The forecast computation configuration.
|
Copyright © 2023. All rights reserved.