Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.CreateLogAnomalyDetectorRequest.Builder
Packages that use CreateLogAnomalyDetectorRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of CreateLogAnomalyDetectorRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type CreateLogAnomalyDetectorRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.createLogAnomalyDetector(Consumer<CreateLogAnomalyDetectorRequest.Builder> createLogAnomalyDetectorRequest) Creates an anomaly detector that regularly scans one or more log groups and look for patterns and anomalies in the logs.default CreateLogAnomalyDetectorResponseCloudWatchLogsClient.createLogAnomalyDetector(Consumer<CreateLogAnomalyDetectorRequest.Builder> createLogAnomalyDetectorRequest) Creates an anomaly detector that regularly scans one or more log groups and look for patterns and anomalies in the logs. -
Uses of CreateLogAnomalyDetectorRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return CreateLogAnomalyDetectorRequest.BuilderModifier and TypeMethodDescriptionCreateLogAnomalyDetectorRequest.Builder.anomalyVisibilityTime(Long anomalyVisibilityTime) The number of days to have visibility on an anomaly.CreateLogAnomalyDetectorRequest.builder()CreateLogAnomalyDetectorRequest.Builder.detectorName(String detectorName) A name for this anomaly detector.CreateLogAnomalyDetectorRequest.Builder.evaluationFrequency(String evaluationFrequency) Specifies how often the anomaly detector is to run and look for anomalies.CreateLogAnomalyDetectorRequest.Builder.evaluationFrequency(EvaluationFrequency evaluationFrequency) Specifies how often the anomaly detector is to run and look for anomalies.CreateLogAnomalyDetectorRequest.Builder.filterPattern(String filterPattern) You can use this parameter to limit the anomaly detection model to examine only log events that match the pattern you specify here.Optionally assigns a KMS key to secure this anomaly detector and its findings.CreateLogAnomalyDetectorRequest.Builder.logGroupArnList(String... logGroupArnList) An array containing the ARN of the log group that this anomaly detector will watch.CreateLogAnomalyDetectorRequest.Builder.logGroupArnList(Collection<String> logGroupArnList) An array containing the ARN of the log group that this anomaly detector will watch.CreateLogAnomalyDetectorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateLogAnomalyDetectorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) An optional list of key-value pairs to associate with the resource.CreateLogAnomalyDetectorRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type CreateLogAnomalyDetectorRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateLogAnomalyDetectorRequest.Builder>CreateLogAnomalyDetectorRequest.serializableBuilderClass()