Interface TimeBasedForecastProperties.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TimeBasedForecastProperties.Builder,,TimeBasedForecastProperties> SdkBuilder<TimeBasedForecastProperties.Builder,,TimeBasedForecastProperties> SdkPojo
- Enclosing class:
 TimeBasedForecastProperties
public static interface TimeBasedForecastProperties.Builder
extends SdkPojo, CopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties> 
- 
Method Summary
Modifier and TypeMethodDescriptionlowerBoundary(Double lowerBoundary) The lower boundary setup of a forecast computation.periodsBackward(Integer periodsBackward) The periods backward setup of a forecast computation.periodsForward(Integer periodsForward) The periods forward setup of a forecast computation.predictionInterval(Integer predictionInterval) The prediction interval setup of a forecast computation.seasonality(Integer seasonality) The seasonality setup of a forecast computation.upperBoundary(Double upperBoundary) The upper boundary setup of a forecast computation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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
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
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
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.
 
 - 
 
 
 -