public static interface IdentityResolutionJob.Builder extends SdkPojo, CopyableBuilder<IdentityResolutionJob.Builder,IdentityResolutionJob>
| Modifier and Type | Method and Description |
|---|---|
IdentityResolutionJob.Builder |
domainName(String domainName)
The unique name of the domain.
|
default IdentityResolutionJob.Builder |
exportingLocation(Consumer<ExportingLocation.Builder> exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
|
IdentityResolutionJob.Builder |
exportingLocation(ExportingLocation exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
|
IdentityResolutionJob.Builder |
jobEndTime(Instant jobEndTime)
The timestamp of when the job was completed.
|
IdentityResolutionJob.Builder |
jobId(String jobId)
The unique identifier of the Identity Resolution Job.
|
IdentityResolutionJob.Builder |
jobStartTime(Instant jobStartTime)
The timestamp of when the job was started or will be started.
|
default IdentityResolutionJob.Builder |
jobStats(Consumer<JobStats.Builder> jobStats)
Statistics about an Identity Resolution Job.
|
IdentityResolutionJob.Builder |
jobStats(JobStats jobStats)
Statistics about an Identity Resolution Job.
|
IdentityResolutionJob.Builder |
message(String message)
The error messages that are generated when the Identity Resolution Job runs.
|
IdentityResolutionJob.Builder |
status(IdentityResolutionJobStatus status)
The status of the Identity Resolution Job.
|
IdentityResolutionJob.Builder |
status(String status)
The status of the Identity Resolution Job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentityResolutionJob.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.IdentityResolutionJob.Builder jobId(String jobId)
The unique identifier of the Identity Resolution Job.
jobId - The unique identifier of the Identity Resolution Job.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.
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.
IdentityResolutionJobStatus,
IdentityResolutionJobStatusIdentityResolutionJob.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.
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.
IdentityResolutionJobStatus,
IdentityResolutionJobStatusIdentityResolutionJob.Builder jobStartTime(Instant jobStartTime)
The timestamp of when the job was started or will be started.
jobStartTime - The timestamp of when the job was started or will be started.IdentityResolutionJob.Builder jobEndTime(Instant jobEndTime)
The timestamp of when the job was completed.
jobEndTime - The timestamp of when the job was completed.IdentityResolutionJob.Builder jobStats(JobStats jobStats)
Statistics about an Identity Resolution Job.
jobStats - Statistics about an Identity Resolution Job.default IdentityResolutionJob.Builder jobStats(Consumer<JobStats.Builder> jobStats)
Statistics about an Identity Resolution Job.
This is a convenience method that creates an instance of theJobStats.Builder avoiding the need to
create one manually via JobStats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to jobStats(JobStats).
jobStats - a consumer that will call methods on JobStats.BuilderjobStats(JobStats)IdentityResolutionJob.Builder exportingLocation(ExportingLocation exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
exportingLocation - The S3 location where the Identity Resolution Job writes result files.default IdentityResolutionJob.Builder exportingLocation(Consumer<ExportingLocation.Builder> exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
This is a convenience method that creates an instance of theExportingLocation.Builder avoiding the
need to create one manually via ExportingLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportingLocation(ExportingLocation).
exportingLocation - a consumer that will call methods on ExportingLocation.BuilderexportingLocation(ExportingLocation)IdentityResolutionJob.Builder message(String message)
The error messages that are generated when the Identity Resolution Job runs.
message - The error messages that are generated when the Identity Resolution Job runs.Copyright © 2022. All rights reserved.