Uses of Interface
software.amazon.awscdk.services.s3tables.CfnTable.CompactionProperty
Packages that use CfnTable.CompactionProperty
-
Uses of CfnTable.CompactionProperty in software.amazon.awscdk.services.s3tables
Classes in software.amazon.awscdk.services.s3tables that implement CfnTable.CompactionPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTable.CompactionPropertyMethods in software.amazon.awscdk.services.s3tables that return CfnTable.CompactionPropertyModifier and TypeMethodDescriptionCfnTable.CompactionProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.s3tables with parameters of type CfnTable.CompactionPropertyModifier and TypeMethodDescriptionCfnTable.Builder.compaction(CfnTable.CompactionProperty compaction) Contains details about the compaction settings for an Iceberg table.CfnTableProps.Builder.compaction(CfnTable.CompactionProperty compaction) Sets the value ofCfnTableProps.getCompaction()voidCfnTable.setCompaction(CfnTable.CompactionProperty value) Contains details about the compaction settings for an Iceberg table.