public static interface MetricInfo.Builder extends SdkPojo, CopyableBuilder<MetricInfo.Builder,MetricInfo>
| Modifier and Type | Method and Description |
|---|---|
MetricInfo.Builder |
metricDimensions(Map<String,String> metricDimensions)
A dimension is a name/value pair that is part of the identity of a metric.
|
MetricInfo.Builder |
metricName(String metricName)
The name of the CloudWatch metric that measures usage of a service quota.
|
MetricInfo.Builder |
metricNamespace(String metricNamespace)
The namespace of the metric.
|
MetricInfo.Builder |
metricStatisticRecommendation(String metricStatisticRecommendation)
Statistics are metric data aggregations over specified periods of time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricInfo.Builder metricNamespace(String metricNamespace)
The namespace of the metric. The namespace is a container for CloudWatch metrics. You can specify a name for the namespace when you create a metric.
metricNamespace - The namespace of the metric. The namespace is a container for CloudWatch metrics. You can specify a
name for the namespace when you create a metric.MetricInfo.Builder metricName(String metricName)
The name of the CloudWatch metric that measures usage of a service quota. This is a required field.
metricName - The name of the CloudWatch metric that measures usage of a service quota. This is a required field.MetricInfo.Builder metricDimensions(Map<String,String> metricDimensions)
A dimension is a name/value pair that is part of the identity of a metric. Every metric has specific characteristics that describe it, and you can think of dimensions as categories for those characteristics. These dimensions are part of the CloudWatch Metric Identity that measures usage against a particular service quota.
metricDimensions - A dimension is a name/value pair that is part of the identity of a metric. Every metric has specific
characteristics that describe it, and you can think of dimensions as categories for those
characteristics. These dimensions are part of the CloudWatch Metric Identity that measures usage
against a particular service quota.MetricInfo.Builder metricStatisticRecommendation(String metricStatisticRecommendation)
Statistics are metric data aggregations over specified periods of time. This is the recommended statistic to use when comparing usage in the CloudWatch Metric against your Service Quota.
metricStatisticRecommendation - Statistics are metric data aggregations over specified periods of time. This is the recommended
statistic to use when comparing usage in the CloudWatch Metric against your Service Quota.Copyright © 2019. All rights reserved.