Class CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty>
- Enclosing interface:
CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty
@Stability(Stable)
public static final class CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.icebergConfiguration(CfnTableOptimizerPropsMixin.IcebergConfigurationProperty icebergConfiguration) icebergConfiguration(IResolvable icebergConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icebergConfiguration
@Stability(Stable) public CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty.Builder icebergConfiguration(IResolvable icebergConfiguration) Sets the value ofCfnTableOptimizerPropsMixin.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 CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty.Builder icebergConfiguration(CfnTableOptimizerPropsMixin.IcebergConfigurationProperty icebergConfiguration) Sets the value ofCfnTableOptimizerPropsMixin.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
@Stability(Stable) public CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty>- Returns:
- a new instance of
CfnTableOptimizerPropsMixin.OrphanFileDeletionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-