Interface AnomalyDetection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnomalyDetection.Builder,
,AnomalyDetection> SdkBuilder<AnomalyDetection.Builder,
,AnomalyDetection> SdkPojo
- Enclosing class:
AnomalyDetection
public static interface AnomalyDetection.Builder
extends SdkPojo, CopyableBuilder<AnomalyDetection.Builder,AnomalyDetection>
-
Method Summary
Modifier and TypeMethodDescriptionmitigationInEffect
(String mitigationInEffect) Indicates whether anomaly mitigation is in progress.mitigationInEffect
(MitigationInEffectEnum mitigationInEffect) Indicates whether anomaly mitigation is in progress.The latest anomaly detection result.result
(AnomalyResultEnum result) The latest anomaly detection result.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, sdkFields
-
Method Details
-
result
The latest anomaly detection result.
- Parameters:
result
- The latest anomaly detection result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
result
The latest anomaly detection result.
- Parameters:
result
- The latest anomaly detection result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mitigationInEffect
Indicates whether anomaly mitigation is in progress.
- Parameters:
mitigationInEffect
- Indicates whether anomaly mitigation is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mitigationInEffect
Indicates whether anomaly mitigation is in progress.
- Parameters:
mitigationInEffect
- Indicates whether anomaly mitigation is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-