| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorConfig.Builder |
AnomalyDetectorConfig.Builder.anomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
|
AnomalyDetectorConfig.Builder |
AnomalyDetectorConfig.Builder.anomalyDetectorFrequency(String anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
|
static AnomalyDetectorConfig.Builder |
AnomalyDetectorConfig.builder() |
AnomalyDetectorConfig.Builder |
AnomalyDetectorConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnomalyDetectorConfig.Builder> |
AnomalyDetectorConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAnomalyDetectorRequest.Builder |
CreateAnomalyDetectorRequest.Builder.anomalyDetectorConfig(Consumer<AnomalyDetectorConfig.Builder> anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
default UpdateAnomalyDetectorRequest.Builder |
UpdateAnomalyDetectorRequest.Builder.anomalyDetectorConfig(Consumer<AnomalyDetectorConfig.Builder> anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
|
Copyright © 2023. All rights reserved.