| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
FraudsterRegistrationJob |
FraudsterRegistrationJob.clone() |
FraudsterRegistrationJob |
DescribeFraudsterRegistrationJobResult.getJob()
Contains details about the specified fraudster registration job.
|
FraudsterRegistrationJob |
StartFraudsterRegistrationJobResult.getJob()
Details about the started fraudster registration job.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withDataAccessRoleArn(String dataAccessRoleArn)
The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the
input manifest file and write the job output file.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration job requests.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withJobId(String jobId)
The service-generated identifier for the fraudster registration job.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withJobName(String jobName)
The client-provided name for the fraudster registration job.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withJobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withJobStatus(String jobStatus)
The current status of the fraudster registration job.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where you want Voice ID to write your job output file; you must
also include a KMS key ID in order to encrypt the file.
|
FraudsterRegistrationJob |
FraudsterRegistrationJob.withRegistrationConfig(RegistrationConfig 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFraudsterRegistrationJobResult.setJob(FraudsterRegistrationJob job)
Contains details about the specified fraudster registration job.
|
void |
StartFraudsterRegistrationJobResult.setJob(FraudsterRegistrationJob job)
Details about the started fraudster registration job.
|
DescribeFraudsterRegistrationJobResult |
DescribeFraudsterRegistrationJobResult.withJob(FraudsterRegistrationJob job)
Contains details about the specified fraudster registration job.
|
StartFraudsterRegistrationJobResult |
StartFraudsterRegistrationJobResult.withJob(FraudsterRegistrationJob job)
Details about the started fraudster registration job.
|
Copyright © 2023. All rights reserved.