public static final class CfnJob.ColumnStatisticsConfigurationProperty.Builder
extends java.lang.Object
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(java.util.List<? extends java.lang.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() |
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
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
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
public CfnJob.ColumnStatisticsConfigurationProperty.Builder selectors(java.util.List<? extends java.lang.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
public CfnJob.ColumnStatisticsConfigurationProperty build()
CfnJob.ColumnStatisticsConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided