| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
static Fraudster.Builder |
Fraudster.builder() |
Fraudster.Builder |
Fraudster.Builder.createdAt(Instant createdAt)
The timestamp of when Voice ID identified the fraudster.
|
Fraudster.Builder |
Fraudster.Builder.domainId(String domainId)
The identifier of the domain that contains the fraudster.
|
Fraudster.Builder |
Fraudster.Builder.generatedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
Fraudster.Builder |
Fraudster.toBuilder() |
Fraudster.Builder |
Fraudster.Builder.watchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
Fraudster.Builder |
Fraudster.Builder.watchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Fraudster.Builder> |
Fraudster.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DisassociateFraudsterResponse.Builder |
DisassociateFraudsterResponse.Builder.fraudster(Consumer<Fraudster.Builder> fraudster)
Sets the value of the Fraudster property for this object.
|
default DescribeFraudsterResponse.Builder |
DescribeFraudsterResponse.Builder.fraudster(Consumer<Fraudster.Builder> fraudster)
Information about the specified fraudster.
|
default AssociateFraudsterResponse.Builder |
AssociateFraudsterResponse.Builder.fraudster(Consumer<Fraudster.Builder> fraudster)
Sets the value of the Fraudster property for this object.
|
Copyright © 2023. All rights reserved.