Interface TimeBasedForecastProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>,SdkBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>,SdkPojo
- Enclosing class:
- TimeBasedForecastProperties
@Mutable @NotThreadSafe public static interface TimeBasedForecastProperties.Builder extends SdkPojo, CopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeBasedForecastProperties.BuilderlowerBoundary(Double lowerBoundary)The lower boundary setup of a forecast computation.TimeBasedForecastProperties.BuilderperiodsBackward(Integer periodsBackward)The periods backward setup of a forecast computation.TimeBasedForecastProperties.BuilderperiodsForward(Integer periodsForward)The periods forward setup of a forecast computation.TimeBasedForecastProperties.BuilderpredictionInterval(Integer predictionInterval)The prediction interval setup of a forecast computation.TimeBasedForecastProperties.Builderseasonality(Integer seasonality)The seasonality setup of a forecast computation.TimeBasedForecastProperties.BuilderupperBoundary(Double upperBoundary)The upper boundary setup of a forecast computation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
periodsForward
TimeBasedForecastProperties.Builder periodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
- Parameters:
periodsForward- The periods forward setup of a forecast computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
periodsBackward
TimeBasedForecastProperties.Builder periodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
- Parameters:
periodsBackward- The periods backward setup of a forecast computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upperBoundary
TimeBasedForecastProperties.Builder upperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
- Parameters:
upperBoundary- The upper boundary setup of a forecast computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lowerBoundary
TimeBasedForecastProperties.Builder lowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
- Parameters:
lowerBoundary- The lower boundary setup of a forecast computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionInterval
TimeBasedForecastProperties.Builder predictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
- Parameters:
predictionInterval- The prediction interval setup of a forecast computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
seasonality
TimeBasedForecastProperties.Builder seasonality(Integer 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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-
-