Anomaly.Builder |
Anomaly.Builder.active(Boolean active) |
Specifies whether this anomaly is still ongoing.
|
Anomaly.Builder |
Anomaly.Builder.anomalyDetectorArn(String anomalyDetectorArn) |
The ARN of the anomaly detector that identified this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.anomalyId(String anomalyId) |
The unique ID that CloudWatch Logs assigned to this anomaly.
|
static Anomaly.Builder |
Anomaly.builder() |
|
Anomaly.Builder |
Anomaly.Builder.description(String description) |
A human-readable description of the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.firstSeen(Long firstSeen) |
The date and time when the anomaly detector first saw this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.histogram(Map<String,Long> histogram) |
A map showing times when the anomaly detector ran, and the number of occurrences of this anomaly that were
detected at each of those runs.
|
Anomaly.Builder |
Anomaly.Builder.isPatternLevelSuppression(Boolean isPatternLevelSuppression) |
If this anomaly is suppressed, this field is true if the suppression is because the pattern is
suppressed.
|
Anomaly.Builder |
Anomaly.Builder.lastSeen(Long lastSeen) |
The date and time when the anomaly detector most recently saw this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.logGroupArnList(String... logGroupArnList) |
An array of ARNS of the log groups that contained log events considered to be part of this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.logGroupArnList(Collection<String> logGroupArnList) |
An array of ARNS of the log groups that contained log events considered to be part of this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.logSamples(String... logSamples) |
An array of sample log event messages that are considered to be part of this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.logSamples(Collection<String> logSamples) |
An array of sample log event messages that are considered to be part of this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.patternId(String patternId) |
The ID of the pattern used to help identify this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.patternRegex(String patternRegex) |
The pattern used to help identify this anomaly, in regular expression format.
|
Anomaly.Builder |
Anomaly.Builder.patternString(String patternString) |
The pattern used to help identify this anomaly, in string format.
|
Anomaly.Builder |
Anomaly.Builder.patternTokens(Collection<PatternToken> patternTokens) |
An array of structures where each structure contains information about one token that makes up the pattern.
|
Anomaly.Builder |
Anomaly.Builder.patternTokens(Consumer<PatternToken.Builder>... patternTokens) |
An array of structures where each structure contains information about one token that makes up the pattern.
|
Anomaly.Builder |
Anomaly.Builder.patternTokens(PatternToken... patternTokens) |
An array of structures where each structure contains information about one token that makes up the pattern.
|
Anomaly.Builder |
Anomaly.Builder.priority(String priority) |
The priority level of this anomaly, as determined by CloudWatch Logs.
|
Anomaly.Builder |
Anomaly.Builder.state(String state) |
Indicates the current state of this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.state(State state) |
Indicates the current state of this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.suppressed(Boolean suppressed) |
Indicates whether this anomaly is currently suppressed.
|
Anomaly.Builder |
Anomaly.Builder.suppressedDate(Long suppressedDate) |
If the anomaly is suppressed, this indicates when it was suppressed.
|
Anomaly.Builder |
Anomaly.Builder.suppressedUntil(Long suppressedUntil) |
If the anomaly is suppressed, this indicates when the suppression will end.
|
Anomaly.Builder |
Anomaly.toBuilder() |
|