@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FraudsterRegistrationJob extends Object implements Serializable, Cloneable, StructuredPojo
Contains all the information about a fraudster registration job.
Constructor and Description |
---|
FraudsterRegistrationJob() |
Modifier and Type | Method and Description |
---|---|
FraudsterRegistrationJob |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
A timestamp of when the fraudster registration job was created.
|
String |
getDataAccessRoleArn()
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 |
getDomainId()
The identifier of the domain that contains the fraudster registration job.
|
Date |
getEndedAt()
A timestamp of when the fraudster registration job ended.
|
FailureDetails |
getFailureDetails()
Contains details that are populated when an entire batch job fails.
|
InputDataConfig |
getInputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration job requests.
|
String |
getJobId()
The service-generated identifier for the fraudster registration job.
|
String |
getJobName()
The client-provided name for the fraudster registration job.
|
JobProgress |
getJobProgress()
Shows the completed percentage of registration requests listed in the input file.
|
String |
getJobStatus()
The current status of the fraudster registration job.
|
OutputDataConfig |
getOutputDataConfig()
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 |
getRegistrationConfig()
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
|
void |
setDataAccessRoleArn(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.
|
void |
setDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
|
void |
setEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
|
void |
setFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration job requests.
|
void |
setJobId(String jobId)
The service-generated identifier for the fraudster registration job.
|
void |
setJobName(String jobName)
The client-provided name for the fraudster registration job.
|
void |
setJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
void |
setJobStatus(String jobStatus)
The current status of the fraudster registration job.
|
void |
setOutputDataConfig(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.
|
void |
setRegistrationConfig(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.
|
String |
toString()
Returns a string representation of this object.
|
FraudsterRegistrationJob |
withCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
|
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 |
withDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
|
FraudsterRegistrationJob |
withEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
|
FraudsterRegistrationJob |
withFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
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 |
withJobId(String jobId)
The service-generated identifier for the fraudster registration job.
|
FraudsterRegistrationJob |
withJobName(String jobName)
The client-provided name for the fraudster registration job.
|
FraudsterRegistrationJob |
withJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJob |
withJobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
|
FraudsterRegistrationJob |
withJobStatus(String jobStatus)
The current status of the fraudster registration job.
|
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 |
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.
|
public void setCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
createdAt
- A timestamp of when the fraudster registration job was created.public Date getCreatedAt()
A timestamp of when the fraudster registration job was created.
public FraudsterRegistrationJob withCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
createdAt
- A timestamp of when the fraudster registration job was created.public void setDataAccessRoleArn(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.
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 String getDataAccessRoleArn()
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 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.
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 void setDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
domainId
- The identifier of the domain that contains the fraudster registration job.public String getDomainId()
The identifier of the domain that contains the fraudster registration job.
public FraudsterRegistrationJob withDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
domainId
- The identifier of the domain that contains the fraudster registration job.public void setEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
endedAt
- A timestamp of when the fraudster registration job ended.public Date getEndedAt()
A timestamp of when the fraudster registration job ended.
public FraudsterRegistrationJob withEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
endedAt
- A timestamp of when the fraudster registration job ended.public void setFailureDetails(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.
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.public FailureDetails getFailureDetails()
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 FraudsterRegistrationJob withFailureDetails(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.
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.public void setInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.
inputDataConfig
- The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration job requests.public InputDataConfig getInputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.
public 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.
inputDataConfig
- The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration job requests.public void setJobId(String jobId)
The service-generated identifier for the fraudster registration job.
jobId
- The service-generated identifier for the fraudster registration job.public String getJobId()
The service-generated identifier for the fraudster registration job.
public FraudsterRegistrationJob withJobId(String jobId)
The service-generated identifier for the fraudster registration job.
jobId
- The service-generated identifier for the fraudster registration job.public void setJobName(String jobName)
The client-provided name for the fraudster registration job.
jobName
- The client-provided name for the fraudster registration job.public String getJobName()
The client-provided name for the fraudster registration job.
public FraudsterRegistrationJob withJobName(String jobName)
The client-provided name for the fraudster registration job.
jobName
- The client-provided name for the fraudster registration job.public void setJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
jobProgress
- Shows the completed percentage of registration requests listed in the input file.public JobProgress getJobProgress()
Shows the completed percentage of registration requests listed in the input file.
public FraudsterRegistrationJob withJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
jobProgress
- Shows the completed percentage of registration requests listed in the input file.public void setJobStatus(String jobStatus)
The current status of the fraudster registration job.
jobStatus
- The current status of the fraudster registration job.FraudsterRegistrationJobStatus
public String getJobStatus()
The current status of the fraudster registration job.
FraudsterRegistrationJobStatus
public FraudsterRegistrationJob withJobStatus(String jobStatus)
The current status of the fraudster registration job.
jobStatus
- The current status of the fraudster registration job.FraudsterRegistrationJobStatus
public FraudsterRegistrationJob withJobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
jobStatus
- The current status of the fraudster registration job.FraudsterRegistrationJobStatus
public void setOutputDataConfig(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.
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 OutputDataConfig getOutputDataConfig()
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 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.
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 void setRegistrationConfig(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.
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 RegistrationConfig getRegistrationConfig()
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 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.
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 String toString()
toString
in class Object
Object.toString()
public FraudsterRegistrationJob clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.