Class CfnJob.ColumnStatisticsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.databrew.CfnJob.ColumnStatisticsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJob.ColumnStatisticsConfigurationProperty>
- Enclosing interface:
- CfnJob.ColumnStatisticsConfigurationProperty
@Stability(Stable)
public static final class CfnJob.ColumnStatisticsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJob.ColumnStatisticsConfigurationProperty>
A builder for
CfnJob.ColumnStatisticsConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnJob.ColumnStatisticsConfigurationProperty.getSelectors()selectors(IResolvable selectors) Sets the value ofCfnJob.ColumnStatisticsConfigurationProperty.getSelectors()statistics(IResolvable statistics) Sets the value ofCfnJob.ColumnStatisticsConfigurationProperty.getStatistics()statistics(CfnJob.StatisticsConfigurationProperty statistics) Sets the value ofCfnJob.ColumnStatisticsConfigurationProperty.getStatistics()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
statistics
@Stability(Stable) public CfnJob.ColumnStatisticsConfigurationProperty.Builder statistics(IResolvable statistics) Sets the value ofCfnJob.ColumnStatisticsConfigurationProperty.getStatistics()- Parameters:
statistics- Configuration for evaluations. This parameter is required. Statistics can be used to select evaluations and override parameters of evaluations.- Returns:
this
-
statistics
@Stability(Stable) public CfnJob.ColumnStatisticsConfigurationProperty.Builder statistics(CfnJob.StatisticsConfigurationProperty statistics) Sets the value ofCfnJob.ColumnStatisticsConfigurationProperty.getStatistics()- Parameters:
statistics- Configuration for evaluations. This parameter is required. Statistics can be used to select evaluations and override parameters of evaluations.- Returns:
this
-
selectors
@Stability(Stable) public CfnJob.ColumnStatisticsConfigurationProperty.Builder selectors(IResolvable selectors) Sets the value ofCfnJob.ColumnStatisticsConfigurationProperty.getSelectors()- Parameters:
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.- Returns:
this
-
selectors
@Stability(Stable) public CfnJob.ColumnStatisticsConfigurationProperty.Builder selectors(List<? extends Object> selectors) Sets the value ofCfnJob.ColumnStatisticsConfigurationProperty.getSelectors()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJob.ColumnStatisticsConfigurationProperty>- Returns:
- a new instance of
CfnJob.ColumnStatisticsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-