Interface StatisticModelResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StatisticModelResult.Builder,
,StatisticModelResult> SdkBuilder<StatisticModelResult.Builder,
,StatisticModelResult> SdkPojo
- Enclosing class:
StatisticModelResult
@Mutable
@NotThreadSafe
public static interface StatisticModelResult.Builder
extends SdkPojo, CopyableBuilder<StatisticModelResult.Builder,StatisticModelResult>
-
Method Summary
Modifier and TypeMethodDescriptionactualValue
(Double actualValue) The actual value.The date.inclusionAnnotation
(String inclusionAnnotation) The inclusion annotation.inclusionAnnotation
(InclusionAnnotationValue inclusionAnnotation) The inclusion annotation.lowerBound
(Double lowerBound) The lower bound.predictedValue
(Double predictedValue) The predicted value.upperBound
(Double upperBound) The upper bound.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 Details
-
lowerBound
The lower bound.
- Parameters:
lowerBound
- The lower bound.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upperBound
The upper bound.
- Parameters:
upperBound
- The upper bound.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictedValue
The predicted value.
- Parameters:
predictedValue
- The predicted value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actualValue
The actual value.
- Parameters:
actualValue
- The actual value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
date
The date.
- Parameters:
date
- The date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionAnnotation
The inclusion annotation.
- Parameters:
inclusionAnnotation
- The inclusion annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inclusionAnnotation
The inclusion annotation.
- Parameters:
inclusionAnnotation
- The inclusion annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-