Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.Builder
Packages that use CfnTablePropsMixin.Builder
-
Uses of CfnTablePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.s3tables
Methods in software.amazon.awscdk.cfnpropertymixins.services.s3tables that return CfnTablePropsMixin.BuilderModifier and TypeMethodDescriptionCfnTablePropsMixin.Builder.compaction(CfnTablePropsMixin.CompactionProperty compaction) Contains details about the compaction settings for an Iceberg table.CfnTablePropsMixin.Builder.compaction(IResolvable compaction) Contains details about the compaction settings for an Iceberg table.static CfnTablePropsMixin.BuilderCfnTablePropsMixin.Builder.create()static CfnTablePropsMixin.BuilderCfnTablePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTablePropsMixin.Builder.icebergMetadata(CfnTablePropsMixin.IcebergMetadataProperty icebergMetadata) Contains details about the metadata for an Iceberg table.CfnTablePropsMixin.Builder.icebergMetadata(IResolvable icebergMetadata) Contains details about the metadata for an Iceberg table.The name of the namespace.CfnTablePropsMixin.Builder.openTableFormat(String openTableFormat) The format of the table.CfnTablePropsMixin.Builder.snapshotManagement(CfnTablePropsMixin.SnapshotManagementProperty snapshotManagement) Contains details about the Iceberg snapshot management settings for the table.CfnTablePropsMixin.Builder.snapshotManagement(IResolvable snapshotManagement) Contains details about the Iceberg snapshot management settings for the table.CfnTablePropsMixin.Builder.storageClassConfiguration(CfnTablePropsMixin.StorageClassConfigurationProperty storageClassConfiguration) The configuration details for the storage class of tables or table buckets.CfnTablePropsMixin.Builder.storageClassConfiguration(IResolvable storageClassConfiguration) The configuration details for the storage class of tables or table buckets.CfnTablePropsMixin.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.CfnTablePropsMixin.Builder.withoutMetadata(String withoutMetadata) Indicates that you don't want to specify a schema for the table.