Class CfnPartitionPropsMixin.SkewedInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnPartitionPropsMixin.SkewedInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartitionPropsMixin.SkewedInfoProperty>
- Enclosing interface:
CfnPartitionPropsMixin.SkewedInfoProperty
@Stability(Stable)
public static final class CfnPartitionPropsMixin.SkewedInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartitionPropsMixin.SkewedInfoProperty>
A builder for
CfnPartitionPropsMixin.SkewedInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.skewedColumnNames(List<String> skewedColumnNames) Sets the value ofCfnPartitionPropsMixin.SkewedInfoProperty.getSkewedColumnNames()skewedColumnValueLocationMaps(Object skewedColumnValueLocationMaps) skewedColumnValues(List<String> skewedColumnValues) Sets the value ofCfnPartitionPropsMixin.SkewedInfoProperty.getSkewedColumnValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
skewedColumnNames
@Stability(Stable) public CfnPartitionPropsMixin.SkewedInfoProperty.Builder skewedColumnNames(List<String> skewedColumnNames) Sets the value ofCfnPartitionPropsMixin.SkewedInfoProperty.getSkewedColumnNames()- Parameters:
skewedColumnNames- A list of names of columns that contain skewed values.- Returns:
this
-
skewedColumnValueLocationMaps
@Stability(Stable) public CfnPartitionPropsMixin.SkewedInfoProperty.Builder skewedColumnValueLocationMaps(Object skewedColumnValueLocationMaps) - Parameters:
skewedColumnValueLocationMaps- A mapping of skewed values to the columns that contain them.- Returns:
this
-
skewedColumnValues
@Stability(Stable) public CfnPartitionPropsMixin.SkewedInfoProperty.Builder skewedColumnValues(List<String> skewedColumnValues) Sets the value ofCfnPartitionPropsMixin.SkewedInfoProperty.getSkewedColumnValues()- Parameters:
skewedColumnValues- A list of values that appear so frequently as to be considered skewed.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPartitionPropsMixin.SkewedInfoProperty>- Returns:
- a new instance of
CfnPartitionPropsMixin.SkewedInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-