Interface FraudsterRegistrationJob.Builder

    • Method Detail

      • createdAt

        FraudsterRegistrationJob.Builder createdAt​(Instant createdAt)

        A timestamp of when the fraudster registration job was created.

        Parameters:
        createdAt - A timestamp of when the fraudster registration job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataAccessRoleArn

        FraudsterRegistrationJob.Builder dataAccessRoleArn​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        FraudsterRegistrationJob.Builder domainId​(String domainId)

        The identifier of the domain that contains the fraudster registration job.

        Parameters:
        domainId - The identifier of the domain that contains the fraudster registration job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endedAt

        FraudsterRegistrationJob.Builder endedAt​(Instant endedAt)

        A timestamp of when the fraudster registration job ended.

        Parameters:
        endedAt - A timestamp of when the fraudster registration job ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureDetails

        FraudsterRegistrationJob.Builder failureDetails​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputDataConfig

        FraudsterRegistrationJob.Builder inputDataConfig​(InputDataConfig inputDataConfig)

        The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.

        Parameters:
        inputDataConfig - The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        FraudsterRegistrationJob.Builder jobId​(String jobId)

        The service-generated identifier for the fraudster registration job.

        Parameters:
        jobId - The service-generated identifier for the fraudster registration job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobName

        FraudsterRegistrationJob.Builder jobName​(String jobName)

        The client-provided name for the fraudster registration job.

        Parameters:
        jobName - The client-provided name for the fraudster registration job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobProgress

        FraudsterRegistrationJob.Builder jobProgress​(JobProgress jobProgress)

        Shows the completed percentage of registration requests listed in the input file.

        Parameters:
        jobProgress - Shows the completed percentage of registration requests listed in the input file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputDataConfig

        FraudsterRegistrationJob.Builder outputDataConfig​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registrationConfig

        FraudsterRegistrationJob.Builder registrationConfig​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.