| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
MatchingRequest.Builder |
MatchingRequest.Builder.autoMerging(AutoMerging autoMerging)
Configuration information about the auto-merging process.
|
default MatchingRequest.Builder |
MatchingRequest.Builder.autoMerging(Consumer<AutoMerging.Builder> 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MatchingRequest.Builder> |
MatchingRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainRequest.Builder |
UpdateDomainRequest.Builder.matching(Consumer<MatchingRequest.Builder> matching)
The process of matching duplicate profiles.
|
default CreateDomainRequest.Builder |
CreateDomainRequest.Builder.matching(Consumer<MatchingRequest.Builder> matching)
The process of matching duplicate profiles.
|
Copyright © 2023. All rights reserved.