Interface IdentityResolutionJob.Builder

    • Method Detail

      • domainName

        IdentityResolutionJob.Builder domainName​(String domainName)

        The unique name of the domain.

        Parameters:
        domainName - The unique name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        IdentityResolutionJob.Builder jobId​(String jobId)

        The unique identifier of the Identity Resolution Job.

        Parameters:
        jobId - The unique identifier of the Identity Resolution Job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        IdentityResolutionJob.Builder status​(String status)

        The status of the Identity Resolution Job.

        • PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the PENDING state are deleted.

        • PREPROCESSING: The Identity Resolution Job is loading your data.

        • FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.

        • MERGING: The Identity Resolution Job is merging duplicate profiles.

        • COMPLETED: The Identity Resolution Job completed successfully.

        • PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.

        • FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.

        Parameters:
        status - The status of the Identity Resolution Job.

        • PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the PENDING state are deleted.

        • PREPROCESSING: The Identity Resolution Job is loading your data.

        • FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.

        • MERGING: The Identity Resolution Job is merging duplicate profiles.

        • COMPLETED: The Identity Resolution Job completed successfully.

        • PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.

        • FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityResolutionJobStatus, IdentityResolutionJobStatus
      • status

        IdentityResolutionJob.Builder status​(IdentityResolutionJobStatus status)

        The status of the Identity Resolution Job.

        • PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the PENDING state are deleted.

        • PREPROCESSING: The Identity Resolution Job is loading your data.

        • FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.

        • MERGING: The Identity Resolution Job is merging duplicate profiles.

        • COMPLETED: The Identity Resolution Job completed successfully.

        • PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.

        • FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.

        Parameters:
        status - The status of the Identity Resolution Job.

        • PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the PENDING state are deleted.

        • PREPROCESSING: The Identity Resolution Job is loading your data.

        • FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.

        • MERGING: The Identity Resolution Job is merging duplicate profiles.

        • COMPLETED: The Identity Resolution Job completed successfully.

        • PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.

        • FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityResolutionJobStatus, IdentityResolutionJobStatus
      • jobStartTime

        IdentityResolutionJob.Builder jobStartTime​(Instant jobStartTime)

        The timestamp of when the job was started or will be started.

        Parameters:
        jobStartTime - The timestamp of when the job was started or will be started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobEndTime

        IdentityResolutionJob.Builder jobEndTime​(Instant jobEndTime)

        The timestamp of when the job was completed.

        Parameters:
        jobEndTime - The timestamp of when the job was completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStats

        IdentityResolutionJob.Builder jobStats​(JobStats jobStats)

        Statistics about an Identity Resolution Job.

        Parameters:
        jobStats - Statistics about an Identity Resolution Job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportingLocation

        IdentityResolutionJob.Builder exportingLocation​(ExportingLocation exportingLocation)

        The S3 location where the Identity Resolution Job writes result files.

        Parameters:
        exportingLocation - The S3 location where the Identity Resolution Job writes result files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        IdentityResolutionJob.Builder message​(String message)

        The error messages that are generated when the Identity Resolution Job runs.

        Parameters:
        message - The error messages that are generated when the Identity Resolution Job runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.