public static interface Metric.Builder extends SdkPojo, CopyableBuilder<Metric.Builder,Metric>
| Modifier and Type | Method and Description |
|---|---|
Metric.Builder |
aggregationFunction(AggregationFunction aggregationFunction)
The function with which the metric is calculated.
|
Metric.Builder |
aggregationFunction(String aggregationFunction)
The function with which the metric is calculated.
|
Metric.Builder |
metricName(String metricName)
The name of the metric.
|
Metric.Builder |
namespace(String namespace)
The namespace for the metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetric.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.Metric.Builder aggregationFunction(String aggregationFunction)
The function with which the metric is calculated.
aggregationFunction - The function with which the metric is calculated.AggregationFunction,
AggregationFunctionMetric.Builder aggregationFunction(AggregationFunction aggregationFunction)
The function with which the metric is calculated.
aggregationFunction - The function with which the metric is calculated.AggregationFunction,
AggregationFunctionMetric.Builder namespace(String namespace)
The namespace for the metric.
namespace - The namespace for the metric.Copyright © 2023. All rights reserved.