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) Contains details about the compaction settings for an Iceberg table.CfnTable.Builder.compaction(CfnTable.CompactionProperty compaction) Contains details about the compaction settings for an Iceberg table.static CfnTable.BuilderCfnTable.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) The format of the table.CfnTable.Builder.snapshotManagement(IResolvable snapshotManagement) Contains details about the Iceberg snapshot management settings for the table.CfnTable.Builder.snapshotManagement(CfnTable.SnapshotManagementProperty snapshotManagement) Contains details about the Iceberg snapshot management settings for the table.CfnTable.Builder.storageClassConfiguration(IResolvable storageClassConfiguration) The configuration details for the storage class of tables or table buckets.CfnTable.Builder.storageClassConfiguration(CfnTable.StorageClassConfigurationProperty storageClassConfiguration) The configuration details for the storage class of tables or table buckets.CfnTable.Builder.tableBucketArn(String tableBucketArn) The Amazon Resource Name (ARN) of the table bucket to create the table in.The name for the table.User tags (key-value pairs) to associate with the table.CfnTable.Builder.withoutMetadata(String withoutMetadata) Indicates that you don't want to specify a schema for the table.