default MatchingRequest.Builder |
MatchingRequest.Builder.autoMerging(Consumer<AutoMerging.Builder> autoMerging) |
Configuration information about the auto-merging process.
|
MatchingRequest.Builder |
MatchingRequest.Builder.autoMerging(AutoMerging autoMerging) |
Configuration information about the auto-merging process.
|
static MatchingRequest.Builder |
MatchingRequest.builder() |
|
MatchingRequest.Builder |
MatchingRequest.Builder.enabled(Boolean enabled) |
The flag that enables the matching process of duplicate profiles.
|
default MatchingRequest.Builder |
MatchingRequest.Builder.exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig) |
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
MatchingRequest.Builder |
MatchingRequest.Builder.exportingConfig(ExportingConfig exportingConfig) |
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
default MatchingRequest.Builder |
MatchingRequest.Builder.jobSchedule(Consumer<JobSchedule.Builder> jobSchedule) |
The day and time when do you want to start the Identity Resolution Job every week.
|
MatchingRequest.Builder |
MatchingRequest.Builder.jobSchedule(JobSchedule jobSchedule) |
The day and time when do you want to start the Identity Resolution Job every week.
|
MatchingRequest.Builder |
MatchingRequest.toBuilder() |
|