Uses of Interface
software.amazon.awssdk.services.voiceid.model.RegistrationConfig.Builder
-
Packages that use RegistrationConfig.Builder Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of RegistrationConfig.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return RegistrationConfig.Builder Modifier and Type Method Description static RegistrationConfig.BuilderRegistrationConfig. builder()RegistrationConfig.BuilderRegistrationConfig.Builder. duplicateRegistrationAction(String duplicateRegistrationAction)The action to take when a fraudster is identified as a duplicate.RegistrationConfig.BuilderRegistrationConfig.Builder. duplicateRegistrationAction(DuplicateRegistrationAction duplicateRegistrationAction)The action to take when a fraudster is identified as a duplicate.RegistrationConfig.BuilderRegistrationConfig.Builder. fraudsterSimilarityThreshold(Integer fraudsterSimilarityThreshold)The minimum similarity score between the new and old fraudsters in order to consider the new fraudster a duplicate.RegistrationConfig.BuilderRegistrationConfig. toBuilder()RegistrationConfig.BuilderRegistrationConfig.Builder. watchlistIds(String... watchlistIds)The identifiers of watchlists that a fraudster is registered to.RegistrationConfig.BuilderRegistrationConfig.Builder. watchlistIds(Collection<String> watchlistIds)The identifiers of watchlists that a fraudster is registered to.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type RegistrationConfig.Builder Modifier and Type Method Description static Class<? extends RegistrationConfig.Builder>RegistrationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.voiceid.model with type arguments of type RegistrationConfig.Builder Modifier and Type Method Description default FraudsterRegistrationJob.BuilderFraudsterRegistrationJob.Builder. registrationConfig(Consumer<RegistrationConfig.Builder> registrationConfig)The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.default StartFraudsterRegistrationJobRequest.BuilderStartFraudsterRegistrationJobRequest.Builder. registrationConfig(Consumer<RegistrationConfig.Builder> registrationConfig)The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.
-