Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.MatchingResponse.Builder
-
Packages that use MatchingResponse.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of MatchingResponse.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return MatchingResponse.Builder Modifier and Type Method Description default MatchingResponse.BuilderMatchingResponse.Builder. autoMerging(Consumer<AutoMerging.Builder> autoMerging)Configuration information about the auto-merging process.MatchingResponse.BuilderMatchingResponse.Builder. autoMerging(AutoMerging autoMerging)Configuration information about the auto-merging process.static MatchingResponse.BuilderMatchingResponse. builder()MatchingResponse.BuilderMatchingResponse.Builder. enabled(Boolean enabled)The flag that enables the matching process of duplicate profiles.default MatchingResponse.BuilderMatchingResponse.Builder. exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.MatchingResponse.BuilderMatchingResponse.Builder. exportingConfig(ExportingConfig exportingConfig)Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.default MatchingResponse.BuilderMatchingResponse.Builder. jobSchedule(Consumer<JobSchedule.Builder> jobSchedule)The day and time when do you want to start the Identity Resolution Job every week.MatchingResponse.BuilderMatchingResponse.Builder. jobSchedule(JobSchedule jobSchedule)The day and time when do you want to start the Identity Resolution Job every week.MatchingResponse.BuilderMatchingResponse. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type MatchingResponse.Builder Modifier and Type Method Description static Class<? extends MatchingResponse.Builder>MatchingResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type MatchingResponse.Builder Modifier and Type Method Description default CreateDomainResponse.BuilderCreateDomainResponse.Builder. matching(Consumer<MatchingResponse.Builder> matching)The process of matching duplicate profiles.default GetDomainResponse.BuilderGetDomainResponse.Builder. matching(Consumer<MatchingResponse.Builder> matching)The process of matching duplicate profiles.default UpdateDomainResponse.BuilderUpdateDomainResponse.Builder. matching(Consumer<MatchingResponse.Builder> matching)The process of matching duplicate profiles.
-