@Stability(value=Stable) public static final class CfnJob.ColumnStatisticsConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.ColumnStatisticsConfigurationProperty>
CfnJob.ColumnStatisticsConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJob.ColumnStatisticsConfigurationProperty |
build()
Builds the configured instance.
|
CfnJob.ColumnStatisticsConfigurationProperty.Builder |
selectors(IResolvable selectors)
Sets the value of
CfnJob.ColumnStatisticsConfigurationProperty.getSelectors() |
CfnJob.ColumnStatisticsConfigurationProperty.Builder |
selectors(List<? extends Object> selectors)
Sets the value of
CfnJob.ColumnStatisticsConfigurationProperty.getSelectors() |
CfnJob.ColumnStatisticsConfigurationProperty.Builder |
statistics(CfnJob.StatisticsConfigurationProperty statistics)
Sets the value of
CfnJob.ColumnStatisticsConfigurationProperty.getStatistics() |
CfnJob.ColumnStatisticsConfigurationProperty.Builder |
statistics(IResolvable statistics)
Sets the value of
CfnJob.ColumnStatisticsConfigurationProperty.getStatistics() |
@Stability(value=Stable) public CfnJob.ColumnStatisticsConfigurationProperty.Builder statistics(CfnJob.StatisticsConfigurationProperty statistics)
CfnJob.ColumnStatisticsConfigurationProperty.getStatistics()statistics - Configuration for evaluations. This parameter is required.
Statistics can be used to select evaluations and override parameters of evaluations.this@Stability(value=Stable) public CfnJob.ColumnStatisticsConfigurationProperty.Builder statistics(IResolvable statistics)
CfnJob.ColumnStatisticsConfigurationProperty.getStatistics()statistics - Configuration for evaluations. This parameter is required.
Statistics can be used to select evaluations and override parameters of evaluations.this@Stability(value=Stable) public CfnJob.ColumnStatisticsConfigurationProperty.Builder selectors(IResolvable selectors)
CfnJob.ColumnStatisticsConfigurationProperty.getSelectors()selectors - List of column selectors.
Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.this@Stability(value=Stable) public CfnJob.ColumnStatisticsConfigurationProperty.Builder selectors(List<? extends Object> selectors)
CfnJob.ColumnStatisticsConfigurationProperty.getSelectors()selectors - List of column selectors.
Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.this@Stability(value=Stable) public CfnJob.ColumnStatisticsConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.ColumnStatisticsConfigurationProperty>CfnJob.ColumnStatisticsConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.