Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ResolutionTechniques.Builder
-
Packages that use ResolutionTechniques.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ResolutionTechniques.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ResolutionTechniques.Builder Modifier and Type Method Description static ResolutionTechniques.BuilderResolutionTechniques. builder()default ResolutionTechniques.BuilderResolutionTechniques.Builder. providerProperties(Consumer<ProviderProperties.Builder> providerProperties)The properties of the provider service.ResolutionTechniques.BuilderResolutionTechniques.Builder. providerProperties(ProviderProperties providerProperties)The properties of the provider service.ResolutionTechniques.BuilderResolutionTechniques.Builder. resolutionType(String resolutionType)The type of matching.ResolutionTechniques.BuilderResolutionTechniques.Builder. resolutionType(ResolutionType resolutionType)The type of matching.default ResolutionTechniques.BuilderResolutionTechniques.Builder. ruleBasedProperties(Consumer<RuleBasedProperties.Builder> ruleBasedProperties)An object which defines the list of matching rules to run and has a fieldRules, which is a list of rule objects.ResolutionTechniques.BuilderResolutionTechniques.Builder. ruleBasedProperties(RuleBasedProperties ruleBasedProperties)An object which defines the list of matching rules to run and has a fieldRules, which is a list of rule objects.ResolutionTechniques.BuilderResolutionTechniques. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ResolutionTechniques.Builder Modifier and Type Method Description static Class<? extends ResolutionTechniques.Builder>ResolutionTechniques. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type ResolutionTechniques.Builder Modifier and Type Method Description default CreateMatchingWorkflowRequest.BuilderCreateMatchingWorkflowRequest.Builder. resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties.default CreateMatchingWorkflowResponse.BuilderCreateMatchingWorkflowResponse.Builder. resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties.default GetMatchingWorkflowResponse.BuilderGetMatchingWorkflowResponse.Builder. resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties.default UpdateMatchingWorkflowRequest.BuilderUpdateMatchingWorkflowRequest.Builder. resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties.default UpdateMatchingWorkflowResponse.BuilderUpdateMatchingWorkflowResponse.Builder. resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties
-