Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.AnomalyDetector.Builder
Packages that use AnomalyDetector.Builder
-
Uses of AnomalyDetector.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AnomalyDetector.BuilderModifier and TypeMethodDescriptionAnomalyDetector.Builder.anomalyDetectorArn(String anomalyDetectorArn) The ARN of the anomaly detector.AnomalyDetector.Builder.anomalyDetectorStatus(String anomalyDetectorStatus) Specifies the current status of the anomaly detector.AnomalyDetector.Builder.anomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus) Specifies the current status of the anomaly detector.AnomalyDetector.Builder.anomalyVisibilityTime(Long anomalyVisibilityTime) The number of days used as the life cycle of anomalies.static AnomalyDetector.BuilderAnomalyDetector.builder()AnomalyDetector.Builder.creationTimeStamp(Long creationTimeStamp) The date and time when this anomaly detector was created.AnomalyDetector.Builder.detectorName(String detectorName) The name of the anomaly detector.AnomalyDetector.Builder.evaluationFrequency(String evaluationFrequency) Specifies how often the anomaly detector runs and look for anomalies.AnomalyDetector.Builder.evaluationFrequency(EvaluationFrequency evaluationFrequency) Specifies how often the anomaly detector runs and look for anomalies.AnomalyDetector.Builder.filterPattern(String filterPattern) Sets the value of the FilterPattern property for this object.The ARN of the KMS key assigned to this anomaly detector, if any.AnomalyDetector.Builder.lastModifiedTimeStamp(Long lastModifiedTimeStamp) The date and time when this anomaly detector was most recently modified.AnomalyDetector.Builder.logGroupArnList(String... logGroupArnList) A list of the ARNs of the log groups that this anomaly detector watches.AnomalyDetector.Builder.logGroupArnList(Collection<String> logGroupArnList) A list of the ARNs of the log groups that this anomaly detector watches.AnomalyDetector.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AnomalyDetector.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnomalyDetector.Builder>AnomalyDetector.serializableBuilderClass()