public static interface CustomizedMetricSpecification.Builder extends SdkPojo, CopyableBuilder<CustomizedMetricSpecification.Builder,CustomizedMetricSpecification>
| Modifier and Type | Method and Description |
|---|---|
CustomizedMetricSpecification.Builder |
metricName(String metricName)
The name of the customized metric.
|
CustomizedMetricSpecification.Builder |
namespace(String namespace)
The namespace of the customized metric.
|
CustomizedMetricSpecification.Builder |
statistic(Statistic statistic)
The statistic of the customized metric.
|
CustomizedMetricSpecification.Builder |
statistic(String statistic)
The statistic of the customized metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomizedMetricSpecification.Builder metricName(String metricName)
The name of the customized metric.
metricName - The name of the customized metric.CustomizedMetricSpecification.Builder namespace(String namespace)
The namespace of the customized metric.
namespace - The namespace of the customized metric.CustomizedMetricSpecification.Builder statistic(String statistic)
The statistic of the customized metric.
CustomizedMetricSpecification.Builder statistic(Statistic statistic)
The statistic of the customized metric.
Copyright © 2023. All rights reserved.