@Generated(value="software.amazon.awssdk:codegen") public final class FraudsterRegistrationJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FraudsterRegistrationJob.Builder,FraudsterRegistrationJob>
Contains all the information about a fraudster registration job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FraudsterRegistrationJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FraudsterRegistrationJob.Builder |
builder() |
Instant |
createdAt()
A timestamp showing the creation time of the fraudster registration job.
|
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.
|
String |
domainId()
The identifier of the domain containing the fraudster registration job.
|
Instant |
endedAt()
A timestamp showing when the fraudster registration job ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureDetails |
failureDetails()
Contains details that are populated when an entire batch job fails.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputDataConfig |
inputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration job requests.
|
String |
jobId()
The service-generated identifier for the fraudster registration job.
|
String |
jobName()
The client-provided name for the fraudster registration job.
|
JobProgress |
jobProgress()
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJobStatus |
jobStatus()
The current status of the fraudster registration job.
|
String |
jobStatusAsString()
The current status of the fraudster registration job.
|
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.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FraudsterRegistrationJob.Builder> |
serializableBuilderClass() |
FraudsterRegistrationJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
A timestamp showing the creation time of the fraudster registration job.
public final 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.
public final String domainId()
The identifier of the domain containing the fraudster registration job.
public final Instant endedAt()
A timestamp showing when the fraudster registration job ended.
public final FailureDetails failureDetails()
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration
requests that failed.
JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual
registration requests that failed.public final InputDataConfig inputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.
public final String jobId()
The service-generated identifier for the fraudster registration job.
public final String jobName()
The client-provided name for the fraudster registration job.
public final JobProgress jobProgress()
Shows the completed percentage of registration requests listed in the input file.
public final FraudsterRegistrationJobStatus jobStatus()
The current status of the fraudster registration job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return FraudsterRegistrationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
FraudsterRegistrationJobStatuspublic final String jobStatusAsString()
The current status of the fraudster registration job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return FraudsterRegistrationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
FraudsterRegistrationJobStatuspublic final 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.
public final 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.
public FraudsterRegistrationJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FraudsterRegistrationJob.Builder,FraudsterRegistrationJob>public static FraudsterRegistrationJob.Builder builder()
public static Class<? extends FraudsterRegistrationJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.