Class CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty>
- Enclosing interface:
CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.lowerBoundary(Number lowerBoundary) periodsBackward(Number periodsBackward) periodsForward(Number periodsForward) predictionInterval(Number predictionInterval) seasonality(Number seasonality) upperBoundary(Number upperBoundary)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lowerBoundary
@Stability(Stable) public CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder lowerBoundary(Number lowerBoundary) - Parameters:
lowerBoundary- The lower boundary setup of a forecast computation.- Returns:
this
-
periodsBackward
@Stability(Stable) public CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder periodsBackward(Number periodsBackward) - Parameters:
periodsBackward- The periods backward setup of a forecast computation.- Returns:
this
-
periodsForward
@Stability(Stable) public CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder periodsForward(Number periodsForward) - Parameters:
periodsForward- The periods forward setup of a forecast computation.- Returns:
this
-
predictionInterval
@Stability(Stable) public CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder predictionInterval(Number predictionInterval) - Parameters:
predictionInterval- The prediction interval setup of a forecast computation.- Returns:
this
-
seasonality
@Stability(Stable) public CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder seasonality(Number seasonality) - Parameters:
seasonality- 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.
- Returns:
this
-
upperBoundary
@Stability(Stable) public CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty.Builder upperBoundary(Number upperBoundary) - Parameters:
upperBoundary- The upper boundary setup of a forecast computation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-