Uses of Interface
software.amazon.awssdk.services.voiceid.model.Fraudster.Builder
-
Packages that use Fraudster.Builder Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of Fraudster.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return Fraudster.Builder Modifier and Type Method Description static Fraudster.BuilderFraudster. builder()Fraudster.BuilderFraudster.Builder. createdAt(Instant createdAt)The timestamp of when Voice ID identified the fraudster.Fraudster.BuilderFraudster.Builder. domainId(String domainId)The identifier of the domain that contains the fraudster.Fraudster.BuilderFraudster.Builder. generatedFraudsterId(String generatedFraudsterId)The service-generated identifier for the fraudster.Fraudster.BuilderFraudster. toBuilder()Fraudster.BuilderFraudster.Builder. watchlistIds(String... watchlistIds)The identifier of the watchlists the fraudster is a part of.Fraudster.BuilderFraudster.Builder. watchlistIds(Collection<String> watchlistIds)The identifier of the watchlists the fraudster is a part of.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type Fraudster.Builder Modifier and Type Method Description static Class<? extends Fraudster.Builder>Fraudster. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.voiceid.model with type arguments of type Fraudster.Builder Modifier and Type Method Description default AssociateFraudsterResponse.BuilderAssociateFraudsterResponse.Builder. fraudster(Consumer<Fraudster.Builder> fraudster)Sets the value of the Fraudster property for this object.default DescribeFraudsterResponse.BuilderDescribeFraudsterResponse.Builder. fraudster(Consumer<Fraudster.Builder> fraudster)Information about the specified fraudster.default DisassociateFraudsterResponse.BuilderDisassociateFraudsterResponse.Builder. fraudster(Consumer<Fraudster.Builder> fraudster)Sets the value of the Fraudster property for this object.
-