| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static HistoricalMetric.Builder |
HistoricalMetric.builder() |
HistoricalMetric.Builder |
HistoricalMetric.Builder.name(HistoricalMetricName name)
The name of the metric.
|
HistoricalMetric.Builder |
HistoricalMetric.Builder.name(String name)
The name of the metric.
|
HistoricalMetric.Builder |
HistoricalMetric.Builder.statistic(Statistic statistic)
The statistic for the metric.
|
HistoricalMetric.Builder |
HistoricalMetric.Builder.statistic(String statistic)
The statistic for the metric.
|
default HistoricalMetric.Builder |
HistoricalMetric.Builder.threshold(Consumer<Threshold.Builder> threshold)
The threshold for the metric, used with service level metrics.
|
HistoricalMetric.Builder |
HistoricalMetric.Builder.threshold(Threshold threshold)
The threshold for the metric, used with service level metrics.
|
HistoricalMetric.Builder |
HistoricalMetric.toBuilder() |
HistoricalMetric.Builder |
HistoricalMetric.Builder.unit(String unit)
The unit for the metric.
|
HistoricalMetric.Builder |
HistoricalMetric.Builder.unit(Unit unit)
The unit for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HistoricalMetric.Builder> |
HistoricalMetric.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoricalMetricData.Builder |
HistoricalMetricData.Builder.metric(Consumer<HistoricalMetric.Builder> metric)
Information about the metric.
|
Copyright © 2021. All rights reserved.