Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.AnomalyDetectorConfigSummary.Builder
-
Packages that use AnomalyDetectorConfigSummary.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AnomalyDetectorConfigSummary.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return AnomalyDetectorConfigSummary.Builder Modifier and Type Method Description AnomalyDetectorConfigSummary.BuilderAnomalyDetectorConfigSummary.Builder. anomalyDetectorFrequency(String anomalyDetectorFrequency)The interval at which the detector analyzes its source data.AnomalyDetectorConfigSummary.BuilderAnomalyDetectorConfigSummary.Builder. anomalyDetectorFrequency(Frequency anomalyDetectorFrequency)The interval at which the detector analyzes its source data.static AnomalyDetectorConfigSummary.BuilderAnomalyDetectorConfigSummary. builder()AnomalyDetectorConfigSummary.BuilderAnomalyDetectorConfigSummary. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AnomalyDetectorConfigSummary.Builder Modifier and Type Method Description static Class<? extends AnomalyDetectorConfigSummary.Builder>AnomalyDetectorConfigSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type AnomalyDetectorConfigSummary.Builder Modifier and Type Method Description default DescribeAnomalyDetectorResponse.BuilderDescribeAnomalyDetectorResponse.Builder. anomalyDetectorConfig(Consumer<AnomalyDetectorConfigSummary.Builder> anomalyDetectorConfig)Contains information about the detector's configuration.
-