Interface AnomalySourceDetails.Builder

    • Method Detail

      • cloudWatchMetrics

        AnomalySourceDetails.Builder cloudWatchMetrics​(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)

        An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.

        Parameters:
        cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudWatchMetrics

        AnomalySourceDetails.Builder cloudWatchMetrics​(CloudWatchMetricsDetail... cloudWatchMetrics)

        An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.

        Parameters:
        cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • performanceInsightsMetrics

        AnomalySourceDetails.Builder performanceInsightsMetrics​(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)

        An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.

        Parameters:
        performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • performanceInsightsMetrics

        AnomalySourceDetails.Builder performanceInsightsMetrics​(PerformanceInsightsMetricsDetail... performanceInsightsMetrics)

        An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.

        Parameters:
        performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
        Returns:
        Returns a reference to this object so that method calls can be chained together.