Interface DeleteAnomalyDetectorRequest.Builder

    • Method Detail

      • namespace

        @Deprecated
        DeleteAnomalyDetectorRequest.Builder namespace​(String namespace)
        Deprecated.
        Use SingleMetricAnomalyDetector.

        The namespace associated with the anomaly detection model to delete.

        Parameters:
        namespace - The namespace associated with the anomaly detection model to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricName

        @Deprecated
        DeleteAnomalyDetectorRequest.Builder metricName​(String metricName)
        Deprecated.
        Use SingleMetricAnomalyDetector.

        The metric name associated with the anomaly detection model to delete.

        Parameters:
        metricName - The metric name associated with the anomaly detection model to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensions

        @Deprecated
        DeleteAnomalyDetectorRequest.Builder dimensions​(Collection<Dimension> dimensions)
        Deprecated.
        Use SingleMetricAnomalyDetector.

        The metric dimensions associated with the anomaly detection model to delete.

        Parameters:
        dimensions - The metric dimensions associated with the anomaly detection model to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensions

        @Deprecated
        DeleteAnomalyDetectorRequest.Builder dimensions​(Dimension... dimensions)
        Deprecated.
        Use SingleMetricAnomalyDetector.

        The metric dimensions associated with the anomaly detection model to delete.

        Parameters:
        dimensions - The metric dimensions associated with the anomaly detection model to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stat

        @Deprecated
        DeleteAnomalyDetectorRequest.Builder stat​(String stat)
        Deprecated.
        Use SingleMetricAnomalyDetector.

        The statistic associated with the anomaly detection model to delete.

        Parameters:
        stat - The statistic associated with the anomaly detection model to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • singleMetricAnomalyDetector

        DeleteAnomalyDetectorRequest.Builder singleMetricAnomalyDetector​(SingleMetricAnomalyDetector singleMetricAnomalyDetector)

        A single metric anomaly detector to be deleted.

        When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same operation:

        • Dimensions,

        • MetricName

        • Namespace

        • Stat

        • the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput

        Instead, specify the single metric anomaly detector attributes as part of the SingleMetricAnomalyDetector property.

        Parameters:
        singleMetricAnomalyDetector - A single metric anomaly detector to be deleted.

        When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same operation:

        • Dimensions,

        • MetricName

        • Namespace

        • Stat

        • the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput

        Instead, specify the single metric anomaly detector attributes as part of the SingleMetricAnomalyDetector property.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricMathAnomalyDetector

        DeleteAnomalyDetectorRequest.Builder metricMathAnomalyDetector​(MetricMathAnomalyDetector metricMathAnomalyDetector)

        The metric math anomaly detector to be deleted.

        When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:

        • Dimensions,

        • MetricName

        • Namespace

        • Stat

        • the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput

        Instead, specify the metric math anomaly detector attributes as part of the MetricMathAnomalyDetector property.

        Parameters:
        metricMathAnomalyDetector - The metric math anomaly detector to be deleted.

        When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:

        • Dimensions,

        • MetricName

        • Namespace

        • Stat

        • the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput

        Instead, specify the metric math anomaly detector attributes as part of the MetricMathAnomalyDetector property.

        Returns:
        Returns a reference to this object so that method calls can be chained together.