static AnomalySourceDetails.Builder |
AnomalySourceDetails.builder() |
|
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.cloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics) |
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
|
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.cloudWatchMetrics(Consumer<CloudWatchMetricsDetail.Builder>... cloudWatchMetrics) |
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
|
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.cloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics) |
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
|
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.performanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics) |
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
|
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.performanceInsightsMetrics(Consumer<PerformanceInsightsMetricsDetail.Builder>... performanceInsightsMetrics) |
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
|
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.performanceInsightsMetrics(PerformanceInsightsMetricsDetail... performanceInsightsMetrics) |
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
|
AnomalySourceDetails.Builder |
AnomalySourceDetails.toBuilder() |
|