public static interface MetricInfo.Builder extends SdkPojo, CopyableBuilder<MetricInfo.Builder,MetricInfo>
| Modifier and Type | Method and Description |
|---|---|
MetricInfo.Builder |
metricDimensions(Map<String,String> metricDimensions)
The metric dimension.
|
MetricInfo.Builder |
metricName(String metricName)
The name of the metric.
|
MetricInfo.Builder |
metricNamespace(String metricNamespace)
The namespace of the metric.
|
MetricInfo.Builder |
metricStatisticRecommendation(String metricStatisticRecommendation)
The metric statistic that we recommend you use when determining quota usage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricInfo.Builder metricNamespace(String metricNamespace)
The namespace of the metric.
metricNamespace - The namespace of the metric.MetricInfo.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.MetricInfo.Builder metricDimensions(Map<String,String> metricDimensions)
The metric dimension. This is a name/value pair that is part of the identity of a metric.
metricDimensions - The metric dimension. This is a name/value pair that is part of the identity of a metric.MetricInfo.Builder metricStatisticRecommendation(String metricStatisticRecommendation)
The metric statistic that we recommend you use when determining quota usage.
metricStatisticRecommendation - The metric statistic that we recommend you use when determining quota usage.Copyright © 2023. All rights reserved.