AnomalyDetector.Builder |
AnomalyDetector.Builder.anomalyDetectorArn(String anomalyDetectorArn) |
The ARN of the anomaly detector.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.anomalyDetectorStatus(String anomalyDetectorStatus) |
Specifies the current status of the anomaly detector.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.anomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus) |
Specifies the current status of the anomaly detector.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.anomalyVisibilityTime(Long anomalyVisibilityTime) |
The number of days used as the life cycle of anomalies.
|
static AnomalyDetector.Builder |
AnomalyDetector.builder() |
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.creationTimeStamp(Long creationTimeStamp) |
The date and time when this anomaly detector was created.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.detectorName(String detectorName) |
The name of the anomaly detector.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.evaluationFrequency(String evaluationFrequency) |
Specifies how often the anomaly detector runs and look for anomalies.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.evaluationFrequency(EvaluationFrequency evaluationFrequency) |
Specifies how often the anomaly detector runs and look for anomalies.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.filterPattern(String filterPattern) |
Sets the value of the FilterPattern property for this object.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.kmsKeyId(String kmsKeyId) |
The ID of the KMS key assigned to this anomaly detector, if any.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.lastModifiedTimeStamp(Long lastModifiedTimeStamp) |
The date and time when this anomaly detector was most recently modified.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.logGroupArnList(String... logGroupArnList) |
A list of the ARNs of the log groups that this anomaly detector watches.
|
AnomalyDetector.Builder |
AnomalyDetector.Builder.logGroupArnList(Collection<String> logGroupArnList) |
A list of the ARNs of the log groups that this anomaly detector watches.
|
AnomalyDetector.Builder |
AnomalyDetector.toBuilder() |
|