Uses of Interface
software.amazon.awssdk.services.connect.model.Threshold.Builder
-
Packages that use Threshold.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Threshold.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Threshold.Builder Modifier and Type Method Description static Threshold.BuilderThreshold. builder()Threshold.BuilderThreshold.Builder. comparison(String comparison)The type of comparison.Threshold.BuilderThreshold.Builder. comparison(Comparison comparison)The type of comparison.Threshold.BuilderThreshold.Builder. thresholdValue(Double thresholdValue)The threshold value to compare.Threshold.BuilderThreshold. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Threshold.Builder Modifier and Type Method Description static Class<? extends Threshold.Builder>Threshold. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Threshold.Builder Modifier and Type Method Description default HistoricalMetric.BuilderHistoricalMetric.Builder. threshold(Consumer<Threshold.Builder> threshold)The threshold for the metric, used with service level metrics.
-