Uses of Class
software.amazon.awscdk.services.dynamodb.ReplicaTableProps.Builder
-
Uses of ReplicaTableProps.Builder in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionstatic ReplicaTableProps.Builder
ReplicaTableProps.builder()
ReplicaTableProps.Builder.contributorInsights
(Boolean contributorInsights) Sets the value ofTableOptionsV2.getContributorInsights()
ReplicaTableProps.Builder.deletionProtection
(Boolean deletionProtection) Sets the value ofTableOptionsV2.getDeletionProtection()
ReplicaTableProps.Builder.globalSecondaryIndexOptions
(Map<String, ? extends ReplicaGlobalSecondaryIndexOptions> globalSecondaryIndexOptions) Sets the value ofReplicaTableProps.getGlobalSecondaryIndexOptions()
ReplicaTableProps.Builder.kinesisStream
(IStream kinesisStream) Sets the value ofTableOptionsV2.getKinesisStream()
ReplicaTableProps.Builder.maxReadRequestUnits
(Number maxReadRequestUnits) Sets the value ofReplicaTableProps.getMaxReadRequestUnits()
ReplicaTableProps.Builder.pointInTimeRecovery
(Boolean pointInTimeRecovery) Sets the value ofTableOptionsV2.getPointInTimeRecovery()
ReplicaTableProps.Builder.readCapacity
(Capacity readCapacity) Sets the value ofReplicaTableProps.getReadCapacity()
Sets the value ofReplicaTableProps.getRegion()
ReplicaTableProps.Builder.resourcePolicy
(PolicyDocument resourcePolicy) Sets the value ofTableOptionsV2.getResourcePolicy()
ReplicaTableProps.Builder.tableClass
(TableClass tableClass) Sets the value ofTableOptionsV2.getTableClass()
Sets the value ofTableOptionsV2.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ReplicaTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theReplicaTableProps.Builder
.