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