Interface CfnAnalysis.TimeBasedForecastPropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysis.TimeBasedForecastPropertiesProperty.Jsii$Proxy
Enclosing class:
CfnAnalysis

@Stability(Stable) public static interface CfnAnalysis.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();
 
  • Method Details

    • getLowerBoundary

      @Stability(Stable) @Nullable default Number getLowerBoundary()
      The lower boundary setup of a forecast computation.
    • getPeriodsBackward

      @Stability(Stable) @Nullable default Number getPeriodsBackward()
      The periods backward setup of a forecast computation.
    • getPeriodsForward

      @Stability(Stable) @Nullable default Number getPeriodsForward()
      The periods forward setup of a forecast computation.
    • getPredictionInterval

      @Stability(Stable) @Nullable default Number getPredictionInterval()
      The prediction interval setup of a forecast computation.
    • getSeasonality

      @Stability(Stable) @Nullable default Number getSeasonality()
      The seasonality setup of a forecast computation. Choose one of the following options:.

      • NULL : The input is set to NULL .
      • NON_NULL : The input is set to a custom value.
    • getUpperBoundary

      @Stability(Stable) @Nullable default Number getUpperBoundary()
      The upper boundary setup of a forecast computation.
    • builder

      @Stability(Stable) static CfnAnalysis.TimeBasedForecastPropertiesProperty.Builder builder()
      Returns:
      a CfnAnalysis.TimeBasedForecastPropertiesProperty.Builder of CfnAnalysis.TimeBasedForecastPropertiesProperty