Interface MachineLearningDetectionConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MachineLearningDetectionConfig.Builder,MachineLearningDetectionConfig>
,SdkBuilder<MachineLearningDetectionConfig.Builder,MachineLearningDetectionConfig>
,SdkPojo
- Enclosing class:
- MachineLearningDetectionConfig
public static interface MachineLearningDetectionConfig.Builder extends SdkPojo, CopyableBuilder<MachineLearningDetectionConfig.Builder,MachineLearningDetectionConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MachineLearningDetectionConfig.Builder
confidenceLevel(String confidenceLevel)
The sensitivity of anomalous behavior evaluation.MachineLearningDetectionConfig.Builder
confidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.-
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 Detail
-
confidenceLevel
MachineLearningDetectionConfig.Builder confidenceLevel(String confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be
Low
,Medium
, orHigh
.- Parameters:
confidenceLevel
- The sensitivity of anomalous behavior evaluation. Can beLow
,Medium
, orHigh
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfidenceLevel
,ConfidenceLevel
-
confidenceLevel
MachineLearningDetectionConfig.Builder confidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be
Low
,Medium
, orHigh
.- Parameters:
confidenceLevel
- The sensitivity of anomalous behavior evaluation. Can beLow
,Medium
, orHigh
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfidenceLevel
,ConfidenceLevel
-
-