Uses of Interface
software.amazon.awssdk.services.databrew.model.EntityDetectorConfiguration.Builder
-
Packages that use EntityDetectorConfiguration.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of EntityDetectorConfiguration.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return EntityDetectorConfiguration.Builder Modifier and Type Method Description EntityDetectorConfiguration.BuilderEntityDetectorConfiguration.Builder. allowedStatistics(Collection<AllowedStatistics> allowedStatistics)Configuration of statistics that are allowed to be run on columns that contain detected entities.EntityDetectorConfiguration.BuilderEntityDetectorConfiguration.Builder. allowedStatistics(Consumer<AllowedStatistics.Builder>... allowedStatistics)Configuration of statistics that are allowed to be run on columns that contain detected entities.EntityDetectorConfiguration.BuilderEntityDetectorConfiguration.Builder. allowedStatistics(AllowedStatistics... allowedStatistics)Configuration of statistics that are allowed to be run on columns that contain detected entities.static EntityDetectorConfiguration.BuilderEntityDetectorConfiguration. builder()EntityDetectorConfiguration.BuilderEntityDetectorConfiguration.Builder. entityTypes(String... entityTypes)Entity types to detect.EntityDetectorConfiguration.BuilderEntityDetectorConfiguration.Builder. entityTypes(Collection<String> entityTypes)Entity types to detect.EntityDetectorConfiguration.BuilderEntityDetectorConfiguration. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type EntityDetectorConfiguration.Builder Modifier and Type Method Description static Class<? extends EntityDetectorConfiguration.Builder>EntityDetectorConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type EntityDetectorConfiguration.Builder Modifier and Type Method Description default ProfileConfiguration.BuilderProfileConfiguration.Builder. entityDetectorConfiguration(Consumer<EntityDetectorConfiguration.Builder> entityDetectorConfiguration)Configuration of entity detection for a profile job.
-