Class TimeBasedForecastProperties
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TimeBasedForecastProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>
@Generated("software.amazon.awssdk:codegen") public final class TimeBasedForecastProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>
The forecast properties setup of a forecast in the line chart.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimeBasedForecastProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeBasedForecastProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublelowerBoundary()The lower boundary setup of a forecast computation.IntegerperiodsBackward()The periods backward setup of a forecast computation.IntegerperiodsForward()The periods forward setup of a forecast computation.IntegerpredictionInterval()The prediction interval setup of a forecast computation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()Integerseasonality()The seasonality setup of a forecast computation.static Class<? extends TimeBasedForecastProperties.Builder>serializableBuilderClass()TimeBasedForecastProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.DoubleupperBoundary()The upper boundary setup of a forecast computation.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
periodsForward
public final Integer periodsForward()
The periods forward setup of a forecast computation.
- Returns:
- The periods forward setup of a forecast computation.
-
periodsBackward
public final Integer periodsBackward()
The periods backward setup of a forecast computation.
- Returns:
- The periods backward setup of a forecast computation.
-
upperBoundary
public final Double upperBoundary()
The upper boundary setup of a forecast computation.
- Returns:
- The upper boundary setup of a forecast computation.
-
lowerBoundary
public final Double lowerBoundary()
The lower boundary setup of a forecast computation.
- Returns:
- The lower boundary setup of a forecast computation.
-
predictionInterval
public final Integer predictionInterval()
The prediction interval setup of a forecast computation.
- Returns:
- The prediction interval setup of a forecast computation.
-
seasonality
public final 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.
- Returns:
- 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.
-
-
-
toBuilder
public TimeBasedForecastProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>
-
builder
public static TimeBasedForecastProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimeBasedForecastProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-