Interface AnomalyScore.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AnomalyScore.Builder,,- AnomalyScore> - SdkBuilder<AnomalyScore.Builder,,- AnomalyScore> - SdkPojo
- Enclosing class:
- AnomalyScore
@Mutable
@NotThreadSafe
public static interface AnomalyScore.Builder
extends SdkPojo, CopyableBuilder<AnomalyScore.Builder,AnomalyScore> 
- 
Method SummaryModifier and TypeMethodDescriptioncurrentScore(Double currentScore) The last observed score.The maximum score that's observed during theAnomalyDateInterval.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxScoreThe maximum score that's observed during the AnomalyDateInterval.- Parameters:
- maxScore- The maximum score that's observed during the- AnomalyDateInterval.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
currentScoreThe last observed score. - Parameters:
- currentScore- The last observed score.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-