| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
EntityDetectorConfiguration.Builder |
EntityDetectorConfiguration.Builder.allowedStatistics(AllowedStatistics... allowedStatistics)
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
EntityDetectorConfiguration.Builder |
EntityDetectorConfiguration.Builder.allowedStatistics(Collection<AllowedStatistics> allowedStatistics)
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
EntityDetectorConfiguration.Builder |
EntityDetectorConfiguration.Builder.allowedStatistics(Consumer<AllowedStatistics.Builder>... allowedStatistics)
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
static EntityDetectorConfiguration.Builder |
EntityDetectorConfiguration.builder() |
EntityDetectorConfiguration.Builder |
EntityDetectorConfiguration.Builder.entityTypes(Collection<String> entityTypes)
Entity types to detect.
|
EntityDetectorConfiguration.Builder |
EntityDetectorConfiguration.Builder.entityTypes(String... entityTypes)
Entity types to detect.
|
EntityDetectorConfiguration.Builder |
EntityDetectorConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EntityDetectorConfiguration.Builder> |
EntityDetectorConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProfileConfiguration.Builder |
ProfileConfiguration.Builder.entityDetectorConfiguration(Consumer<EntityDetectorConfiguration.Builder> entityDetectorConfiguration)
Configuration of entity detection for a profile job.
|
Copyright © 2023. All rights reserved.