Uses of Class
software.amazon.awscdk.services.dynamodb.TableOptionsV2.Builder
-
Uses of TableOptionsV2.Builder in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionstatic TableOptionsV2.Builder
TableOptionsV2.builder()
TableOptionsV2.Builder.contributorInsights
(Boolean contributorInsights) Sets the value ofTableOptionsV2.getContributorInsights()
TableOptionsV2.Builder.deletionProtection
(Boolean deletionProtection) Sets the value ofTableOptionsV2.getDeletionProtection()
TableOptionsV2.Builder.kinesisStream
(IStream kinesisStream) Sets the value ofTableOptionsV2.getKinesisStream()
TableOptionsV2.Builder.pointInTimeRecovery
(Boolean pointInTimeRecovery) Sets the value ofTableOptionsV2.getPointInTimeRecovery()
TableOptionsV2.Builder.resourcePolicy
(PolicyDocument resourcePolicy) Sets the value ofTableOptionsV2.getResourcePolicy()
TableOptionsV2.Builder.tableClass
(TableClass tableClass) Sets the value ofTableOptionsV2.getTableClass()
Sets the value ofTableOptionsV2.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(TableOptionsV2.Builder builder) Constructor that initializes the object based on literal property values passed by theTableOptionsV2.Builder
.