Interface ViolationEventAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ViolationEventAdditionalInfo.Builder,
,ViolationEventAdditionalInfo> SdkBuilder<ViolationEventAdditionalInfo.Builder,
,ViolationEventAdditionalInfo> SdkPojo
- Enclosing class:
ViolationEventAdditionalInfo
public static interface ViolationEventAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<ViolationEventAdditionalInfo.Builder,ViolationEventAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptionconfidenceLevel
(String confidenceLevel) The sensitivity of anomalous behavior evaluation.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 Details
-
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
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:
-