Interface CfnTemplate.TimeBasedForecastPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.TimeBasedForecastPropertiesProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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 class
A builder forCfnTemplate.TimeBasedForecastPropertiesProperty
static final class
An implementation forCfnTemplate.TimeBasedForecastPropertiesProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Number
The lower boundary setup of a forecast computation.default Number
The periods backward setup of a forecast computation.default Number
The periods forward setup of a forecast computation.default Number
The prediction interval setup of a forecast computation.default Number
The seasonality setup of a forecast computation.default Number
The 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
-