Class CfnTableOptimizer.OrphanFileDeletionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnTableOptimizer.OrphanFileDeletionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTableOptimizer.OrphanFileDeletionConfigurationProperty>
- Enclosing interface:
CfnTableOptimizer.OrphanFileDeletionConfigurationProperty
@Stability(Stable)
public static final class CfnTableOptimizer.OrphanFileDeletionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTableOptimizer.OrphanFileDeletionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.icebergConfiguration(IResolvable icebergConfiguration) icebergConfiguration(CfnTableOptimizer.IcebergConfigurationProperty icebergConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icebergConfiguration
@Stability(Stable) public CfnTableOptimizer.OrphanFileDeletionConfigurationProperty.Builder icebergConfiguration(IResolvable icebergConfiguration) Sets the value ofCfnTableOptimizer.OrphanFileDeletionConfigurationProperty.getIcebergConfiguration()- Parameters:
icebergConfiguration- TheIcebergConfigurationproperty helps optimize your Iceberg tables in AWS Glue by allowing you to specify format-specific settings that control how data is stored, compressed, and managed.- Returns:
this
-
icebergConfiguration
@Stability(Stable) public CfnTableOptimizer.OrphanFileDeletionConfigurationProperty.Builder icebergConfiguration(CfnTableOptimizer.IcebergConfigurationProperty icebergConfiguration) Sets the value ofCfnTableOptimizer.OrphanFileDeletionConfigurationProperty.getIcebergConfiguration()- Parameters:
icebergConfiguration- TheIcebergConfigurationproperty helps optimize your Iceberg tables in AWS Glue by allowing you to specify format-specific settings that control how data is stored, compressed, and managed.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTableOptimizer.OrphanFileDeletionConfigurationProperty>- Returns:
- a new instance of
CfnTableOptimizer.OrphanFileDeletionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-