Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorPropsMixin.Builder
Packages that use CfnAnomalyDetectorPropsMixin.Builder
-
Uses of CfnAnomalyDetectorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics
Methods in software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics that return CfnAnomalyDetectorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAnomalyDetectorPropsMixin.Builder.anomalyDetectorConfig(CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty anomalyDetectorConfig) Contains information about the configuration of the anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.anomalyDetectorConfig(IResolvable anomalyDetectorConfig) Contains information about the configuration of the anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.anomalyDetectorDescription(String anomalyDetectorDescription) A description of the detector.CfnAnomalyDetectorPropsMixin.Builder.anomalyDetectorName(String anomalyDetectorName) The name of the detector.CfnAnomalyDetectorPropsMixin.Builder.create()CfnAnomalyDetectorPropsMixin.Builder.create(CfnPropertyMixinOptions options) The ARN of the KMS key to use to encrypt your data.The ARN of the KMS key to use to encrypt your data.CfnAnomalyDetectorPropsMixin.Builder.metricSetList(List<? extends Object> metricSetList) The detector's dataset.CfnAnomalyDetectorPropsMixin.Builder.metricSetList(IResolvable metricSetList) The detector's dataset.