public static interface Fraudster.Builder extends SdkPojo, CopyableBuilder<Fraudster.Builder,Fraudster>
| Modifier and Type | Method and Description |
|---|---|
Fraudster.Builder |
createdAt(Instant createdAt)
The timestamp of when Voice ID identified the fraudster.
|
Fraudster.Builder |
domainId(String domainId)
The identifier of the domain that contains the fraudster.
|
Fraudster.Builder |
generatedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
Fraudster.Builder |
watchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
Fraudster.Builder |
watchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFraudster.Builder createdAt(Instant createdAt)
The timestamp of when Voice ID identified the fraudster.
createdAt - The timestamp of when Voice ID identified the fraudster.Fraudster.Builder domainId(String domainId)
The identifier of the domain that contains the fraudster.
domainId - The identifier of the domain that contains the fraudster.Fraudster.Builder generatedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
generatedFraudsterId - The service-generated identifier for the fraudster.Fraudster.Builder watchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
watchlistIds - The identifier of the watchlists the fraudster is a part of.Fraudster.Builder watchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
watchlistIds - The identifier of the watchlists the fraudster is a part of.Copyright © 2023. All rights reserved.