public static interface PerformanceInsightsMetric.Builder extends SdkPojo, CopyableBuilder<PerformanceInsightsMetric.Builder,PerformanceInsightsMetric>
| Modifier and Type | Method and Description |
|---|---|
PerformanceInsightsMetric.Builder |
dimensions(Map<String,String> dimensions)
A dimension map that contains the dimensions for this partition.
|
PerformanceInsightsMetric.Builder |
displayName(String displayName)
The Performance Insights metric name.
|
PerformanceInsightsMetric.Builder |
metric(String metric)
The Performance Insights metric.
|
PerformanceInsightsMetric.Builder |
value(Double value)
The value of the metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPerformanceInsightsMetric.Builder metric(String metric)
The Performance Insights metric.
metric - The Performance Insights metric.PerformanceInsightsMetric.Builder displayName(String displayName)
The Performance Insights metric name.
displayName - The Performance Insights metric name.PerformanceInsightsMetric.Builder dimensions(Map<String,String> dimensions)
A dimension map that contains the dimensions for this partition.
dimensions - A dimension map that contains the dimensions for this partition.PerformanceInsightsMetric.Builder value(Double value)
The value of the metric. For example, 9 for db.load.avg.
value - The value of the metric. For example, 9 for db.load.avg.Copyright © 2023. All rights reserved.