static IdentityResolutionJob.Builder |
IdentityResolutionJob.builder() |
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.domainName(String domainName) |
The unique name of the domain.
|
default IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.exportingLocation(Consumer<ExportingLocation.Builder> exportingLocation) |
The S3 location where the Identity Resolution Job writes result files.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.exportingLocation(ExportingLocation exportingLocation) |
The S3 location where the Identity Resolution Job writes result files.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.jobEndTime(Instant jobEndTime) |
The timestamp of when the job was completed.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.jobId(String jobId) |
The unique identifier of the Identity Resolution Job.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.jobStartTime(Instant jobStartTime) |
The timestamp of when the job was started or will be started.
|
default IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.jobStats(Consumer<JobStats.Builder> jobStats) |
Statistics about an Identity Resolution Job.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.jobStats(JobStats jobStats) |
Statistics about an Identity Resolution Job.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.message(String message) |
The error messages that are generated when the Identity Resolution Job runs.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.status(String status) |
The status of the Identity Resolution Job.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.status(IdentityResolutionJobStatus status) |
The status of the Identity Resolution Job.
|
IdentityResolutionJob.Builder |
IdentityResolutionJob.toBuilder() |
|