| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static Threshold.Builder |
Threshold.builder() |
Threshold.Builder |
Threshold.Builder.comparison(Comparison comparison)
The type of comparison.
|
Threshold.Builder |
Threshold.Builder.comparison(String comparison)
The type of comparison.
|
Threshold.Builder |
Threshold.Builder.thresholdValue(Double thresholdValue)
The threshold value to compare.
|
Threshold.Builder |
Threshold.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Threshold.Builder> |
Threshold.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoricalMetric.Builder |
HistoricalMetric.Builder.threshold(Consumer<Threshold.Builder> threshold)
The threshold for the metric, used with service level metrics.
|
Copyright © 2021. All rights reserved.