public static interface MatchingRequest.Builder extends SdkPojo, CopyableBuilder<MatchingRequest.Builder,MatchingRequest>
| Modifier and Type | Method and Description |
|---|---|
MatchingRequest.Builder |
autoMerging(AutoMerging autoMerging)
Configuration information about the auto-merging process.
|
default MatchingRequest.Builder |
autoMerging(Consumer<AutoMerging.Builder> autoMerging)
Configuration information about the auto-merging process.
|
MatchingRequest.Builder |
enabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
default MatchingRequest.Builder |
exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
MatchingRequest.Builder |
exportingConfig(ExportingConfig exportingConfig)
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
default 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 |
jobSchedule(JobSchedule jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMatchingRequest.Builder enabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
enabled - The flag that enables the matching process of duplicate profiles.MatchingRequest.Builder jobSchedule(JobSchedule jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
jobSchedule - The day and time when do you want to start the Identity Resolution Job every week.default MatchingRequest.Builder jobSchedule(Consumer<JobSchedule.Builder> jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
This is a convenience method that creates an instance of theJobSchedule.Builder avoiding the need to
create one manually via JobSchedule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobSchedule(JobSchedule).
jobSchedule - a consumer that will call methods on JobSchedule.BuilderjobSchedule(JobSchedule)MatchingRequest.Builder autoMerging(AutoMerging autoMerging)
Configuration information about the auto-merging process.
autoMerging - Configuration information about the auto-merging process.default MatchingRequest.Builder autoMerging(Consumer<AutoMerging.Builder> autoMerging)
Configuration information about the auto-merging process.
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)MatchingRequest.Builder exportingConfig(ExportingConfig exportingConfig)
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
exportingConfig - Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.default MatchingRequest.Builder exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
This is a convenience method that creates an instance of theExportingConfig.Builder avoiding the
need to create one manually via ExportingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportingConfig(ExportingConfig).
exportingConfig - a consumer that will call methods on ExportingConfig.BuilderexportingConfig(ExportingConfig)Copyright © 2022. All rights reserved.