Uses of Class
software.amazon.awscdk.services.dynamodb.TableOptionsV2.Builder
Packages that use TableOptionsV2.Builder
-
Uses of TableOptionsV2.Builder in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return TableOptionsV2.BuilderModifier and TypeMethodDescriptionstatic TableOptionsV2.Builder
TableOptionsV2.builder()
TableOptionsV2.Builder.contributorInsights
(Boolean contributorInsights) Deprecated.use `contributorInsightsSpecification` insteadTableOptionsV2.Builder.contributorInsightsSpecification
(ContributorInsightsSpecification contributorInsightsSpecification) Sets the value ofTableOptionsV2.getContributorInsightsSpecification()
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) Deprecated.use `pointInTimeRecoverySpecification` insteadTableOptionsV2.Builder.pointInTimeRecoverySpecification
(PointInTimeRecoverySpecification pointInTimeRecoverySpecification) Sets the value ofTableOptionsV2.getPointInTimeRecoverySpecification()
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()
Constructors in software.amazon.awscdk.services.dynamodb with parameters of type TableOptionsV2.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(TableOptionsV2.Builder builder) Constructor that initializes the object based on literal property values passed by theTableOptionsV2.Builder
.