Uses of Class
software.amazon.awscdk.services.s3tables.alpha.Table.Builder
Packages that use Table.Builder
Package
Description
Amazon S3 Tables Construct Library
-
Uses of Table.Builder in software.amazon.awscdk.services.s3tables.alpha
Methods in software.amazon.awscdk.services.s3tables.alpha that return Table.BuilderModifier and TypeMethodDescriptionTable.Builder.compaction
(CompactionProperty compaction) (experimental) Settings governing the Compaction maintenance action.static Table.Builder
Table.Builder.icebergMetadata
(IcebergMetadataProperty icebergMetadata) (experimental) Contains details about the metadata for an Iceberg table.Table.Builder.namespace
(INamespace namespace) (experimental) The namespace under which this table is created.Table.Builder.openTableFormat
(OpenTableFormat openTableFormat) (experimental) Format of this table.Table.Builder.removalPolicy
(RemovalPolicy removalPolicy) (experimental) Controls what happens to this table it it stoped being managed by cloudformation.Table.Builder.snapshotManagement
(SnapshotManagementProperty snapshotManagement) (experimental) Contains details about the snapshot management settings for an Iceberg table.(experimental) Name of this table, unique within the namespace.Table.Builder.withoutMetadata
(Boolean withoutMetadata) (experimental) If true, indicates that you don't want to specify a schema for the table.