| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
MatchingResponse.Builder |
MatchingResponse.Builder.autoMerging(AutoMerging autoMerging)
Configuration information about the auto-merging process.
|
default MatchingResponse.Builder |
MatchingResponse.Builder.autoMerging(Consumer<AutoMerging.Builder> autoMerging)
Configuration information about the auto-merging process.
|
static MatchingResponse.Builder |
MatchingResponse.builder() |
MatchingResponse.Builder |
MatchingResponse.Builder.enabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
default MatchingResponse.Builder |
MatchingResponse.Builder.exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
MatchingResponse.Builder |
MatchingResponse.Builder.exportingConfig(ExportingConfig exportingConfig)
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
default MatchingResponse.Builder |
MatchingResponse.Builder.jobSchedule(Consumer<JobSchedule.Builder> jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
|
MatchingResponse.Builder |
MatchingResponse.Builder.jobSchedule(JobSchedule jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
|
MatchingResponse.Builder |
MatchingResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MatchingResponse.Builder> |
MatchingResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDomainResponse.Builder |
GetDomainResponse.Builder.matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
default UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
default CreateDomainResponse.Builder |
CreateDomainResponse.Builder.matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
Copyright © 2022. All rights reserved.