Uses of Class
software.amazon.awscdk.services.s3tables.CfnTableProps.Builder
Packages that use CfnTableProps.Builder
-
Uses of CfnTableProps.Builder in software.amazon.awscdk.services.s3tables
Methods in software.amazon.awscdk.services.s3tables that return CfnTableProps.BuilderModifier and TypeMethodDescriptionstatic CfnTableProps.Builder
CfnTableProps.builder()
CfnTableProps.Builder.compaction
(IResolvable compaction) Sets the value ofCfnTableProps.getCompaction()
CfnTableProps.Builder.compaction
(CfnTable.CompactionProperty compaction) Sets the value ofCfnTableProps.getCompaction()
CfnTableProps.Builder.icebergMetadata
(IResolvable icebergMetadata) Sets the value ofCfnTableProps.getIcebergMetadata()
CfnTableProps.Builder.icebergMetadata
(CfnTable.IcebergMetadataProperty icebergMetadata) Sets the value ofCfnTableProps.getIcebergMetadata()
Sets the value ofCfnTableProps.getNamespace()
CfnTableProps.Builder.openTableFormat
(String openTableFormat) Sets the value ofCfnTableProps.getOpenTableFormat()
CfnTableProps.Builder.snapshotManagement
(IResolvable snapshotManagement) Sets the value ofCfnTableProps.getSnapshotManagement()
CfnTableProps.Builder.snapshotManagement
(CfnTable.SnapshotManagementProperty snapshotManagement) Sets the value ofCfnTableProps.getSnapshotManagement()
CfnTableProps.Builder.tableBucketArn
(String tableBucketArn) Sets the value ofCfnTableProps.getTableBucketArn()
Sets the value ofCfnTableProps.getTableName()
CfnTableProps.Builder.withoutMetadata
(String withoutMetadata) Sets the value ofCfnTableProps.getWithoutMetadata()
Constructors in software.amazon.awscdk.services.s3tables with parameters of type CfnTableProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableProps.Builder
.