public static interface FraudsterSummary.Builder extends SdkPojo, CopyableBuilder<FraudsterSummary.Builder,FraudsterSummary>
| Modifier and Type | Method and Description |
|---|---|
FraudsterSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when the fraudster summary was created.
|
FraudsterSummary.Builder |
domainId(String domainId)
The identifier of the domain that contains the fraudster summary.
|
FraudsterSummary.Builder |
generatedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
FraudsterSummary.Builder |
watchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
FraudsterSummary.Builder |
watchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFraudsterSummary.Builder createdAt(Instant createdAt)
The timestamp of when the fraudster summary was created.
createdAt - The timestamp of when the fraudster summary was created.FraudsterSummary.Builder domainId(String domainId)
The identifier of the domain that contains the fraudster summary.
domainId - The identifier of the domain that contains the fraudster summary.FraudsterSummary.Builder generatedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
generatedFraudsterId - The service-generated identifier for the fraudster.FraudsterSummary.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.FraudsterSummary.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.