Class CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty>
- Enclosing interface:
CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty
@Stability(Stable)
public static final class CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deleteFileThreshold(Number deleteFileThreshold) minInputFiles(Number minInputFiles)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deleteFileThreshold
@Stability(Stable) public CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder deleteFileThreshold(Number deleteFileThreshold) Sets the value ofCfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.getDeleteFileThreshold()- Parameters:
deleteFileThreshold- the value to be set.- Returns:
this
-
minInputFiles
@Stability(Stable) public CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder minInputFiles(Number minInputFiles) Sets the value ofCfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.getMinInputFiles()- Parameters:
minInputFiles- the value to be set.- Returns:
this
-
strategy
@Stability(Stable) public CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder strategy(String strategy) - Parameters:
strategy- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty>- Returns:
- a new instance of
CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-