Uses of Interface
software.amazon.awssdk.services.connect.model.HistoricalMetric.Builder
-
Packages that use HistoricalMetric.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of HistoricalMetric.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return HistoricalMetric.Builder Modifier and Type Method Description static HistoricalMetric.BuilderHistoricalMetric. builder()HistoricalMetric.BuilderHistoricalMetric.Builder. name(String name)The name of the metric.HistoricalMetric.BuilderHistoricalMetric.Builder. name(HistoricalMetricName name)The name of the metric.HistoricalMetric.BuilderHistoricalMetric.Builder. statistic(String statistic)The statistic for the metric.HistoricalMetric.BuilderHistoricalMetric.Builder. statistic(Statistic statistic)The statistic for the metric.default HistoricalMetric.BuilderHistoricalMetric.Builder. threshold(Consumer<Threshold.Builder> threshold)The threshold for the metric, used with service level metrics.HistoricalMetric.BuilderHistoricalMetric.Builder. threshold(Threshold threshold)The threshold for the metric, used with service level metrics.HistoricalMetric.BuilderHistoricalMetric. toBuilder()HistoricalMetric.BuilderHistoricalMetric.Builder. unit(String unit)The unit for the metric.HistoricalMetric.BuilderHistoricalMetric.Builder. unit(Unit unit)The unit for the metric.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HistoricalMetric.Builder Modifier and Type Method Description static Class<? extends HistoricalMetric.Builder>HistoricalMetric. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HistoricalMetric.Builder Modifier and Type Method Description default HistoricalMetricData.BuilderHistoricalMetricData.Builder. metric(Consumer<HistoricalMetric.Builder> metric)Information about the metric.
-