@Stability(value=Stable) public static final class CfnJob.EntityDetectorConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.EntityDetectorConfigurationProperty>
CfnJob.EntityDetectorConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJob.EntityDetectorConfigurationProperty.Builder |
allowedStatistics(CfnJob.AllowedStatisticsProperty allowedStatistics)
Sets the value of
CfnJob.EntityDetectorConfigurationProperty.getAllowedStatistics() |
CfnJob.EntityDetectorConfigurationProperty.Builder |
allowedStatistics(IResolvable allowedStatistics)
Sets the value of
CfnJob.EntityDetectorConfigurationProperty.getAllowedStatistics() |
CfnJob.EntityDetectorConfigurationProperty |
build()
Builds the configured instance.
|
CfnJob.EntityDetectorConfigurationProperty.Builder |
entityTypes(List<String> entityTypes)
Sets the value of
CfnJob.EntityDetectorConfigurationProperty.getEntityTypes() |
@Stability(value=Stable) public CfnJob.EntityDetectorConfigurationProperty.Builder entityTypes(List<String> entityTypes)
CfnJob.EntityDetectorConfigurationProperty.getEntityTypes()entityTypes - Entity types to detect. Can be any of the following:. This parameter is required.
The Entity type group USA_ALL is also supported, and includes all of the above entity types except PERSON_NAME and DATE.
this@Stability(value=Stable) public CfnJob.EntityDetectorConfigurationProperty.Builder allowedStatistics(CfnJob.AllowedStatisticsProperty allowedStatistics)
CfnJob.EntityDetectorConfigurationProperty.getAllowedStatistics()allowedStatistics - Configuration of statistics that are allowed to be run on columns that contain detected entities.
When undefined, no statistics will be computed on columns that contain detected entities.this@Stability(value=Stable) public CfnJob.EntityDetectorConfigurationProperty.Builder allowedStatistics(IResolvable allowedStatistics)
CfnJob.EntityDetectorConfigurationProperty.getAllowedStatistics()allowedStatistics - Configuration of statistics that are allowed to be run on columns that contain detected entities.
When undefined, no statistics will be computed on columns that contain detected entities.this@Stability(value=Stable) public CfnJob.EntityDetectorConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.EntityDetectorConfigurationProperty>CfnJob.EntityDetectorConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.