Interface FraudsterRegistrationJobSummary.Builder

    • Method Detail

      • createdAt

        FraudsterRegistrationJobSummary.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.
      • domainId

        FraudsterRegistrationJobSummary.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

        FraudsterRegistrationJobSummary.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

        FraudsterRegistrationJobSummary.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.
      • jobId

        FraudsterRegistrationJobSummary.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

        FraudsterRegistrationJobSummary.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

        FraudsterRegistrationJobSummary.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.