@Stability(value=Stable) public static final class CfnJob.ProfileConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.ProfileConfigurationProperty>
CfnJob.ProfileConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty.Builder columnStatisticsConfigurations(IResolvable columnStatisticsConfigurations)
CfnJob.ProfileConfigurationProperty.getColumnStatisticsConfigurations()columnStatisticsConfigurations - List of configurations for column evaluations.
ColumnStatisticsConfigurations are used to select evaluations and override parameters of evaluations for particular columns. When ColumnStatisticsConfigurations is undefined, the profile job will profile all supported columns and run all supported evaluations.this@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty.Builder columnStatisticsConfigurations(List<? extends Object> columnStatisticsConfigurations)
CfnJob.ProfileConfigurationProperty.getColumnStatisticsConfigurations()columnStatisticsConfigurations - List of configurations for column evaluations.
ColumnStatisticsConfigurations are used to select evaluations and override parameters of evaluations for particular columns. When ColumnStatisticsConfigurations is undefined, the profile job will profile all supported columns and run all supported evaluations.this@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty.Builder datasetStatisticsConfiguration(CfnJob.StatisticsConfigurationProperty datasetStatisticsConfiguration)
CfnJob.ProfileConfigurationProperty.getDatasetStatisticsConfiguration()datasetStatisticsConfiguration - Configuration for inter-column evaluations.
Configuration can be used to select evaluations and override parameters of evaluations. When configuration is undefined, the profile job will run all supported inter-column evaluations.this@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty.Builder datasetStatisticsConfiguration(IResolvable datasetStatisticsConfiguration)
CfnJob.ProfileConfigurationProperty.getDatasetStatisticsConfiguration()datasetStatisticsConfiguration - Configuration for inter-column evaluations.
Configuration can be used to select evaluations and override parameters of evaluations. When configuration is undefined, the profile job will run all supported inter-column evaluations.this@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty.Builder entityDetectorConfiguration(CfnJob.EntityDetectorConfigurationProperty entityDetectorConfiguration)
CfnJob.ProfileConfigurationProperty.getEntityDetectorConfiguration()entityDetectorConfiguration - Configuration of entity detection for a profile job.
When undefined, entity detection is disabled.this@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty.Builder entityDetectorConfiguration(IResolvable entityDetectorConfiguration)
CfnJob.ProfileConfigurationProperty.getEntityDetectorConfiguration()entityDetectorConfiguration - Configuration of entity detection for a profile job.
When undefined, entity detection is disabled.this@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty.Builder profileColumns(IResolvable profileColumns)
CfnJob.ProfileConfigurationProperty.getProfileColumns()profileColumns - List of column selectors.
ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.this@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty.Builder profileColumns(List<? extends Object> profileColumns)
CfnJob.ProfileConfigurationProperty.getProfileColumns()profileColumns - List of column selectors.
ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.this@Stability(value=Stable) public CfnJob.ProfileConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.ProfileConfigurationProperty>CfnJob.ProfileConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.