Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.Anomaly.Builder
Packages that use Anomaly.Builder
-
Uses of Anomaly.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Anomaly.BuilderModifier and TypeMethodDescriptionSpecifies whether this anomaly is still ongoing.Anomaly.Builder.anomalyDetectorArn(String anomalyDetectorArn) The ARN of the anomaly detector that identified this anomaly.The unique ID that CloudWatch Logs assigned to this anomaly.static Anomaly.BuilderAnomaly.builder()Anomaly.Builder.description(String description) A human-readable description of the anomaly.The date and time when the anomaly detector first saw this anomaly.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.isPatternLevelSuppression(Boolean isPatternLevelSuppression) If this anomaly is suppressed, this field istrueif the suppression is because the pattern is suppressed.The date and time when the anomaly detector most recently saw this anomaly.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.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.logSamples(Collection<LogEvent> logSamples) An array of sample log event messages that are considered to be part of this anomaly.Anomaly.Builder.logSamples(Consumer<LogEvent.Builder>... logSamples) An array of sample log event messages that are considered to be part of this anomaly.Anomaly.Builder.logSamples(LogEvent... logSamples) An array of sample log event messages that are considered to be part of this anomaly.The ID of the pattern used to help identify this anomaly.Anomaly.Builder.patternRegex(String patternRegex) The pattern used to help identify this anomaly, in regular expression format.Anomaly.Builder.patternString(String patternString) The pattern used to help identify this anomaly, in string format.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.patternTokens(Consumer<PatternToken.Builder>... patternTokens) An array of structures where each structure contains information about one token that makes up the pattern.Anomaly.Builder.patternTokens(PatternToken... patternTokens) An array of structures where each structure contains information about one token that makes up the pattern.The priority level of this anomaly, as determined by CloudWatch Logs.Indicates the current state of this anomaly.Indicates the current state of this anomaly.Anomaly.Builder.suppressed(Boolean suppressed) Indicates whether this anomaly is currently suppressed.Anomaly.Builder.suppressedDate(Long suppressedDate) If the anomaly is suppressed, this indicates when it was suppressed.Anomaly.Builder.suppressedUntil(Long suppressedUntil) If the anomaly is suppressed, this indicates when the suppression will end.Anomaly.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Anomaly.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Anomaly.Builder>Anomaly.serializableBuilderClass()