Interface IgnoreNearExpected.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IgnoreNearExpected.Builder,,IgnoreNearExpected> SdkBuilder<IgnoreNearExpected.Builder,,IgnoreNearExpected> SdkPojo
- Enclosing class:
IgnoreNearExpected
@Mutable
@NotThreadSafe
public static interface IgnoreNearExpected.Builder
extends SdkPojo, CopyableBuilder<IgnoreNearExpected.Builder,IgnoreNearExpected>
-
Method Summary
Modifier and TypeMethodDescriptionThe absolute amount by which values can differ from expected values before being considered anomalous.The ratio by which values can differ from expected values before being considered anomalous.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
-
amount
The absolute amount by which values can differ from expected values before being considered anomalous.
- Parameters:
amount- The absolute amount by which values can differ from expected values before being considered anomalous.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ratio
The ratio by which values can differ from expected values before being considered anomalous.
- Parameters:
ratio- The ratio by which values can differ from expected values before being considered anomalous.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-