Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ProviderProperties.Builder
-
Packages that use ProviderProperties.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ProviderProperties.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ProviderProperties.Builder Modifier and Type Method Description static ProviderProperties.BuilderProviderProperties. builder()default ProviderProperties.BuilderProviderProperties.Builder. intermediateSourceConfiguration(Consumer<IntermediateSourceConfiguration.Builder> intermediateSourceConfiguration)The Amazon S3 location that temporarily stores your data while it processes.ProviderProperties.BuilderProviderProperties.Builder. intermediateSourceConfiguration(IntermediateSourceConfiguration intermediateSourceConfiguration)The Amazon S3 location that temporarily stores your data while it processes.ProviderProperties.BuilderProviderProperties.Builder. providerConfiguration(Document providerConfiguration)The required configuration fields to use with the provider service.ProviderProperties.BuilderProviderProperties.Builder. providerServiceArn(String providerServiceArn)The ARN of the provider service.ProviderProperties.BuilderProviderProperties. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ProviderProperties.Builder Modifier and Type Method Description static Class<? extends ProviderProperties.Builder>ProviderProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type ProviderProperties.Builder Modifier and Type Method Description default IdMappingTechniques.BuilderIdMappingTechniques.Builder. providerProperties(Consumer<ProviderProperties.Builder> providerProperties)An object which defines any additional configurations required by the provider service.default ResolutionTechniques.BuilderResolutionTechniques.Builder. providerProperties(Consumer<ProviderProperties.Builder> providerProperties)The properties of the provider service.
-