static CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.builder() |
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.Builder.dimensions(Collection<MetricDimension> dimensions) |
The dimensions of the metric.
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.Builder.dimensions(Consumer<MetricDimension.Builder>... dimensions) |
The dimensions of the metric.
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.Builder.dimensions(MetricDimension... dimensions) |
The dimensions of the metric.
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.Builder.metricName(String metricName) |
The name of the metric.
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.Builder.namespace(String namespace) |
The namespace of the metric.
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.Builder.statistic(String statistic) |
The statistic of the metric.
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.Builder.statistic(MetricStatistic statistic) |
The statistic of the metric.
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.toBuilder() |
|
CustomizedScalingMetricSpecification.Builder |
CustomizedScalingMetricSpecification.Builder.unit(String unit) |
The unit of the metric.
|