Class CfnJobPropsMixin.AllowedStatisticsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.AllowedStatisticsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.AllowedStatisticsProperty>
- Enclosing interface:
CfnJobPropsMixin.AllowedStatisticsProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.AllowedStatisticsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.AllowedStatisticsProperty>
A builder for
CfnJobPropsMixin.AllowedStatisticsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.statistics(List<String> statistics) Sets the value ofCfnJobPropsMixin.AllowedStatisticsProperty.getStatistics()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
statistics
@Stability(Stable) public CfnJobPropsMixin.AllowedStatisticsProperty.Builder statistics(List<String> statistics) Sets the value ofCfnJobPropsMixin.AllowedStatisticsProperty.getStatistics()- Parameters:
statistics- One or more column statistics to allow for columns that contain detected entities.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.AllowedStatisticsProperty>- Returns:
- a new instance of
CfnJobPropsMixin.AllowedStatisticsProperty - Throws:
NullPointerException- if any required attribute was not provided
-