public class MachineLearningDetectionConfig
extends java.lang.Object
implements java.io.Serializable
The configuration of an ML Detect Security Profile.
Constructor and Description |
---|
MachineLearningDetectionConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfidenceLevel()
The sensitivity of anomalous behavior evaluation.
|
int |
hashCode() |
void |
setConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
void |
setConfidenceLevel(java.lang.String confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MachineLearningDetectionConfig |
withConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
MachineLearningDetectionConfig |
withConfidenceLevel(java.lang.String confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
public java.lang.String getConfidenceLevel()
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public void setConfidenceLevel(java.lang.String confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
confidenceLevel
-
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public MachineLearningDetectionConfig withConfidenceLevel(java.lang.String confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
confidenceLevel
-
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public void setConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
confidenceLevel
-
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public MachineLearningDetectionConfig withConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
confidenceLevel
-
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.