public static interface AnomalySourceDetails.Builder extends SdkPojo, CopyableBuilder<AnomalySourceDetails.Builder,AnomalySourceDetails>
| Modifier and Type | Method and Description |
|---|---|
AnomalySourceDetails.Builder |
cloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
AnomalySourceDetails.Builder |
cloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
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 |
performanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
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 |
performanceInsightsMetrics(PerformanceInsightsMetricsDetail... performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnomalySourceDetails.Builder cloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information about analyzed
CloudWatch metrics that show anomalous behavior.AnomalySourceDetails.Builder cloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information about analyzed
CloudWatch metrics that show anomalous behavior.AnomalySourceDetails.Builder cloudWatchMetrics(Consumer<CloudWatchMetricsDetail.Builder>... cloudWatchMetrics)
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
CloudWatchMetricsDetail.Builder avoiding the need to
create one manually via
CloudWatchMetricsDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #cloudWatchMetrics(List.
cloudWatchMetrics - a consumer that will call methods on
CloudWatchMetricsDetail.Builder#cloudWatchMetrics(java.util.Collection) AnomalySourceDetails.Builder performanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain information about
analyzed Performance Insights metrics that show anomalous behavior.AnomalySourceDetails.Builder performanceInsightsMetrics(PerformanceInsightsMetricsDetail... performanceInsightsMetrics)
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain information about
analyzed Performance Insights metrics that show anomalous behavior.AnomalySourceDetails.Builder performanceInsightsMetrics(Consumer<PerformanceInsightsMetricsDetail.Builder>... performanceInsightsMetrics)
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
PerformanceInsightsMetricsDetail.Builder avoiding
the need to create one manually via
PerformanceInsightsMetricsDetail.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #performanceInsightsMetrics(List.
performanceInsightsMetrics - a consumer that will call methods on
PerformanceInsightsMetricsDetail.Builder#performanceInsightsMetrics(java.util.Collection) Copyright © 2023. All rights reserved.