Uses of Class
software.amazon.awscdk.services.s3tables.alpha.TableProps.Builder
Packages that use TableProps.Builder
Package
Description
Amazon S3 Tables Construct Library
-
Uses of TableProps.Builder in software.amazon.awscdk.services.s3tables.alpha
Methods in software.amazon.awscdk.services.s3tables.alpha that return TableProps.BuilderModifier and TypeMethodDescriptionstatic TableProps.Builder
TableProps.builder()
TableProps.Builder.compaction
(CompactionProperty compaction) Sets the value ofTableProps.getCompaction()
TableProps.Builder.icebergMetadata
(IcebergMetadataProperty icebergMetadata) Sets the value ofTableProps.getIcebergMetadata()
TableProps.Builder.namespace
(INamespace namespace) Sets the value ofTableProps.getNamespace()
TableProps.Builder.openTableFormat
(OpenTableFormat openTableFormat) Sets the value ofTableProps.getOpenTableFormat()
TableProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofTableProps.getRemovalPolicy()
TableProps.Builder.snapshotManagement
(SnapshotManagementProperty snapshotManagement) Sets the value ofTableProps.getSnapshotManagement()
Sets the value ofTableProps.getTableName()
TableProps.Builder.withoutMetadata
(Boolean withoutMetadata) Sets the value ofTableProps.getWithoutMetadata()
Constructors in software.amazon.awscdk.services.s3tables.alpha with parameters of type TableProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(TableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTableProps.Builder
.