Interface CfnDashboard.TimeBasedForecastPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.TimeBasedForecastPropertiesProperty.Jsii$Proxy
- Enclosing class:
- CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.TimeBasedForecastPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
The forecast properties setup of a forecast in the line chart.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
TimeBasedForecastPropertiesProperty timeBasedForecastPropertiesProperty = TimeBasedForecastPropertiesProperty.builder()
.lowerBoundary(123)
.periodsBackward(123)
.periodsForward(123)
.predictionInterval(123)
.seasonality(123)
.upperBoundary(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.TimeBasedForecastPropertiesPropertystatic final classAn implementation forCfnDashboard.TimeBasedForecastPropertiesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default NumberThe lower boundary setup of a forecast computation.default NumberThe periods backward setup of a forecast computation.default NumberThe periods forward setup of a forecast computation.default NumberThe prediction interval setup of a forecast computation.default NumberThe seasonality setup of a forecast computation.default NumberThe upper boundary setup of a forecast computation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLowerBoundary
The lower boundary setup of a forecast computation. -
getPeriodsBackward
The periods backward setup of a forecast computation. -
getPeriodsForward
The periods forward setup of a forecast computation. -
getPredictionInterval
The prediction interval setup of a forecast computation. -
getSeasonality
The seasonality setup of a forecast computation. Choose one of the following options:.NULL: The input is set toNULL.NON_NULL: The input is set to a custom value.
-
getUpperBoundary
The upper boundary setup of a forecast computation. -
builder
-