default GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.autoMerging(Consumer<AutoMerging.Builder> autoMerging) |
Configuration settings for how to perform the auto-merging of profiles.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.autoMerging(AutoMerging autoMerging) |
Configuration settings for how to perform the auto-merging of profiles.
|
static GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.builder() |
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.domainName(String domainName) |
The unique name of the domain.
|
default GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.exportingLocation(Consumer<ExportingLocation.Builder> exportingLocation) |
The S3 location where the Identity Resolution Job writes result files.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.exportingLocation(ExportingLocation exportingLocation) |
The S3 location where the Identity Resolution Job writes result files.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.jobEndTime(Instant jobEndTime) |
The timestamp of when the Identity Resolution Job was completed.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.jobExpirationTime(Instant jobExpirationTime) |
The timestamp of when the Identity Resolution Job will expire.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.jobId(String jobId) |
The unique identifier of the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.jobStartTime(Instant jobStartTime) |
The timestamp of when the Identity Resolution Job was started or will be started.
|
default GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.jobStats(Consumer<JobStats.Builder> jobStats) |
Statistics about the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.jobStats(JobStats jobStats) |
Statistics about the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp of when the Identity Resolution Job was most recently edited.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.message(String message) |
The error messages that are generated when the Identity Resolution Job runs.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.status(String status) |
The status of the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.status(IdentityResolutionJobStatus status) |
The status of the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.toBuilder() |
|