Uses of Interface
software.amazon.awssdk.services.voiceid.model.EnrollmentJobFraudDetectionConfig.Builder
-
Packages that use EnrollmentJobFraudDetectionConfig.Builder Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of EnrollmentJobFraudDetectionConfig.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return EnrollmentJobFraudDetectionConfig.Builder Modifier and Type Method Description static EnrollmentJobFraudDetectionConfig.BuilderEnrollmentJobFraudDetectionConfig. builder()EnrollmentJobFraudDetectionConfig.BuilderEnrollmentJobFraudDetectionConfig.Builder. fraudDetectionAction(String fraudDetectionAction)The action to take when the given speaker is flagged by the fraud detection system.EnrollmentJobFraudDetectionConfig.BuilderEnrollmentJobFraudDetectionConfig.Builder. fraudDetectionAction(FraudDetectionAction fraudDetectionAction)The action to take when the given speaker is flagged by the fraud detection system.EnrollmentJobFraudDetectionConfig.BuilderEnrollmentJobFraudDetectionConfig.Builder. riskThreshold(Integer riskThreshold)Threshold value for determining whether the speaker is a high risk to be fraudulent.EnrollmentJobFraudDetectionConfig.BuilderEnrollmentJobFraudDetectionConfig. toBuilder()EnrollmentJobFraudDetectionConfig.BuilderEnrollmentJobFraudDetectionConfig.Builder. watchlistIds(String... watchlistIds)The identifier of watchlists against which fraud detection is performed.EnrollmentJobFraudDetectionConfig.BuilderEnrollmentJobFraudDetectionConfig.Builder. watchlistIds(Collection<String> watchlistIds)The identifier of watchlists against which fraud detection is performed.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type EnrollmentJobFraudDetectionConfig.Builder Modifier and Type Method Description static Class<? extends EnrollmentJobFraudDetectionConfig.Builder>EnrollmentJobFraudDetectionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.voiceid.model with type arguments of type EnrollmentJobFraudDetectionConfig.Builder Modifier and Type Method Description default EnrollmentConfig.BuilderEnrollmentConfig.Builder. fraudDetectionConfig(Consumer<EnrollmentJobFraudDetectionConfig.Builder> fraudDetectionConfig)The fraud detection configuration to use for the speaker enrollment job.
-