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