Uses of Class
software.amazon.awscdk.services.s3tables.CfnTable.Builder
Packages that use CfnTable.Builder
-
Uses of CfnTable.Builder in software.amazon.awscdk.services.s3tables
Methods in software.amazon.awscdk.services.s3tables that return CfnTable.BuilderModifier and TypeMethodDescriptionCfnTable.Builder.compaction
(IResolvable compaction) Settings governing the Compaction maintenance action.CfnTable.Builder.compaction
(CfnTable.CompactionProperty compaction) Settings governing the Compaction maintenance action.static CfnTable.Builder
CfnTable.Builder.icebergMetadata
(IResolvable icebergMetadata) Contains details about the metadata for an Iceberg table.CfnTable.Builder.icebergMetadata
(CfnTable.IcebergMetadataProperty icebergMetadata) Contains details about the metadata for an Iceberg table.The name of the namespace.CfnTable.Builder.openTableFormat
(String openTableFormat) Format of the table.CfnTable.Builder.snapshotManagement
(IResolvable snapshotManagement) Contains details about the snapshot management settings for an Iceberg table.CfnTable.Builder.snapshotManagement
(CfnTable.SnapshotManagementProperty snapshotManagement) Contains details about the snapshot management settings for an Iceberg table.CfnTable.Builder.tableBucketArn
(String tableBucketArn) The Amazon Resource Name (ARN) of the specified table bucket.The name for the table.CfnTable.Builder.withoutMetadata
(String withoutMetadata) Indicates that you don't want to specify a schema for the table.