public static interface GetIdentityResolutionJobResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetIdentityResolutionJobResponse.Builder,GetIdentityResolutionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIdentityResolutionJobResponse.Builder |
autoMerging(AutoMerging autoMerging)
Configuration settings for how to perform the auto-merging of profiles.
|
default GetIdentityResolutionJobResponse.Builder |
autoMerging(Consumer<AutoMerging.Builder> autoMerging)
Configuration settings for how to perform the auto-merging of profiles.
|
GetIdentityResolutionJobResponse.Builder |
domainName(String domainName)
The unique name of the domain.
|
default GetIdentityResolutionJobResponse.Builder |
exportingLocation(Consumer<ExportingLocation.Builder> exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
|
GetIdentityResolutionJobResponse.Builder |
exportingLocation(ExportingLocation exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
|
GetIdentityResolutionJobResponse.Builder |
jobEndTime(Instant jobEndTime)
The timestamp of when the Identity Resolution Job was completed.
|
GetIdentityResolutionJobResponse.Builder |
jobExpirationTime(Instant jobExpirationTime)
The timestamp of when the Identity Resolution Job will expire.
|
GetIdentityResolutionJobResponse.Builder |
jobId(String jobId)
The unique identifier of the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
jobStartTime(Instant jobStartTime)
The timestamp of when the Identity Resolution Job was started or will be started.
|
default GetIdentityResolutionJobResponse.Builder |
jobStats(Consumer<JobStats.Builder> jobStats)
Statistics about the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
jobStats(JobStats jobStats)
Statistics about the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the Identity Resolution Job was most recently edited.
|
GetIdentityResolutionJobResponse.Builder |
message(String message)
The error messages that are generated when the Identity Resolution Job runs.
|
GetIdentityResolutionJobResponse.Builder |
status(IdentityResolutionJobStatus status)
The status of the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
status(String status)
The status of the Identity Resolution Job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIdentityResolutionJobResponse.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.GetIdentityResolutionJobResponse.Builder jobId(String jobId)
The unique identifier of the Identity Resolution Job.
jobId - The unique identifier of the Identity Resolution Job.GetIdentityResolutionJobResponse.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,
IdentityResolutionJobStatusGetIdentityResolutionJobResponse.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,
IdentityResolutionJobStatusGetIdentityResolutionJobResponse.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.GetIdentityResolutionJobResponse.Builder jobStartTime(Instant jobStartTime)
The timestamp of when the Identity Resolution Job was started or will be started.
jobStartTime - The timestamp of when the Identity Resolution Job was started or will be started.GetIdentityResolutionJobResponse.Builder jobEndTime(Instant jobEndTime)
The timestamp of when the Identity Resolution Job was completed.
jobEndTime - The timestamp of when the Identity Resolution Job was completed.GetIdentityResolutionJobResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the Identity Resolution Job was most recently edited.
lastUpdatedAt - The timestamp of when the Identity Resolution Job was most recently edited.GetIdentityResolutionJobResponse.Builder jobExpirationTime(Instant jobExpirationTime)
The timestamp of when the Identity Resolution Job will expire.
jobExpirationTime - The timestamp of when the Identity Resolution Job will expire.GetIdentityResolutionJobResponse.Builder autoMerging(AutoMerging autoMerging)
Configuration settings for how to perform the auto-merging of profiles.
autoMerging - Configuration settings for how to perform the auto-merging of profiles.default GetIdentityResolutionJobResponse.Builder autoMerging(Consumer<AutoMerging.Builder> autoMerging)
Configuration settings for how to perform the auto-merging of profiles.
This is a convenience method that creates an instance of theAutoMerging.Builder avoiding the need to
create one manually via AutoMerging.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to autoMerging(AutoMerging).
autoMerging - a consumer that will call methods on AutoMerging.BuilderautoMerging(AutoMerging)GetIdentityResolutionJobResponse.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 GetIdentityResolutionJobResponse.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)GetIdentityResolutionJobResponse.Builder jobStats(JobStats jobStats)
Statistics about the Identity Resolution Job.
jobStats - Statistics about the Identity Resolution Job.default GetIdentityResolutionJobResponse.Builder jobStats(Consumer<JobStats.Builder> jobStats)
Statistics about the 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)Copyright © 2023. All rights reserved.