Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.AnomalyDetector.Builder
Packages that use AnomalyDetector.Builder
-
Uses of AnomalyDetector.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AnomalyDetector.BuilderModifier and TypeMethodDescriptionstatic AnomalyDetector.BuilderAnomalyDetector.builder()default AnomalyDetector.BuilderAnomalyDetector.Builder.configuration(Consumer<AnomalyDetectorConfiguration.Builder> configuration) The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.AnomalyDetector.Builder.configuration(AnomalyDetectorConfiguration configuration) The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.AnomalyDetector.Builder.dimensions(Collection<Dimension> dimensions) Deprecated.Use SingleMetricAnomalyDetector.Dimensions property.AnomalyDetector.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) Deprecated.Use SingleMetricAnomalyDetector.Dimensions property.AnomalyDetector.Builder.dimensions(Dimension... dimensions) Deprecated.Use SingleMetricAnomalyDetector.Dimensions property.default AnomalyDetector.BuilderAnomalyDetector.Builder.metricCharacteristics(Consumer<MetricCharacteristics.Builder> metricCharacteristics) This object includes parameters that you can use to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models.AnomalyDetector.Builder.metricCharacteristics(MetricCharacteristics metricCharacteristics) This object includes parameters that you can use to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models.default AnomalyDetector.BuilderAnomalyDetector.Builder.metricMathAnomalyDetector(Consumer<MetricMathAnomalyDetector.Builder> metricMathAnomalyDetector) The CloudWatch metric math expression for this anomaly detector.AnomalyDetector.Builder.metricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector) The CloudWatch metric math expression for this anomaly detector.AnomalyDetector.Builder.metricName(String metricName) Deprecated.Use SingleMetricAnomalyDetector.MetricName property.Deprecated.Use SingleMetricAnomalyDetector.Namespace property.default AnomalyDetector.BuilderAnomalyDetector.Builder.singleMetricAnomalyDetector(Consumer<SingleMetricAnomalyDetector.Builder> singleMetricAnomalyDetector) The CloudWatch metric and statistic for this anomaly detector.AnomalyDetector.Builder.singleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector) The CloudWatch metric and statistic for this anomaly detector.Deprecated.Use SingleMetricAnomalyDetector.Stat property.AnomalyDetector.Builder.stateValue(String stateValue) The current status of the anomaly detector's training.AnomalyDetector.Builder.stateValue(AnomalyDetectorStateValue stateValue) The current status of the anomaly detector's training.AnomalyDetector.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AnomalyDetector.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnomalyDetector.Builder>AnomalyDetector.serializableBuilderClass()