Uses of Class
software.amazon.awscdk.services.dynamodb.TableProps.Builder
Packages that use TableProps.Builder
-
Uses of TableProps.Builder in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return TableProps.BuilderModifier and TypeMethodDescriptionTableProps.Builder.billingMode(BillingMode billingMode) Sets the value ofTableOptions.getBillingMode()static TableProps.BuilderTableProps.builder()TableProps.Builder.contributorInsightsEnabled(Boolean contributorInsightsEnabled) Deprecated.use `contributorInsightsSpecification insteadTableProps.Builder.contributorInsightsSpecification(ContributorInsightsSpecification contributorInsightsSpecification) Sets the value ofTableOptions.getContributorInsightsSpecification()TableProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofTableOptions.getDeletionProtection()TableProps.Builder.encryption(TableEncryption encryption) Sets the value ofTableOptions.getEncryption()TableProps.Builder.encryptionKey(IKey encryptionKey) Sets the value ofTableOptions.getEncryptionKey()TableProps.Builder.importSource(ImportSourceSpecification importSource) Sets the value ofTableOptions.getImportSource()TableProps.Builder.kinesisPrecisionTimestamp(ApproximateCreationDateTimePrecision kinesisPrecisionTimestamp) Sets the value ofTableProps.getKinesisPrecisionTimestamp()TableProps.Builder.kinesisStream(IStream kinesisStream) Sets the value ofTableProps.getKinesisStream()TableProps.Builder.maxReadRequestUnits(Number maxReadRequestUnits) Sets the value ofTableOptions.getMaxReadRequestUnits()TableProps.Builder.maxWriteRequestUnits(Number maxWriteRequestUnits) Sets the value ofTableOptions.getMaxWriteRequestUnits()TableProps.Builder.partitionKey(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()TableProps.Builder.pointInTimeRecovery(Boolean pointInTimeRecovery) Deprecated.use `pointInTimeRecoverySpecification` insteadTableProps.Builder.pointInTimeRecoverySpecification(PointInTimeRecoverySpecification pointInTimeRecoverySpecification) Sets the value ofTableOptions.getPointInTimeRecoverySpecification()TableProps.Builder.readCapacity(Number readCapacity) Sets the value ofTableOptions.getReadCapacity()TableProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableOptions.getRemovalPolicy()TableProps.Builder.replicaRemovalPolicy(RemovalPolicy replicaRemovalPolicy) Sets the value ofTableOptions.getReplicaRemovalPolicy()TableProps.Builder.replicationRegions(List<String> replicationRegions) Sets the value ofTableOptions.getReplicationRegions()TableProps.Builder.replicationTimeout(Duration replicationTimeout) Sets the value ofTableOptions.getReplicationTimeout()TableProps.Builder.resourcePolicy(PolicyDocument resourcePolicy) Sets the value ofTableOptions.getResourcePolicy()Sets the value ofSchemaOptions.getSortKey()TableProps.Builder.stream(StreamViewType stream) Sets the value ofTableOptions.getStream()TableProps.Builder.tableClass(TableClass tableClass) Sets the value ofTableOptions.getTableClass()Sets the value ofTableProps.getTableName()TableProps.Builder.timeToLiveAttribute(String timeToLiveAttribute) Sets the value ofTableOptions.getTimeToLiveAttribute()TableProps.Builder.waitForReplicationToFinish(Boolean waitForReplicationToFinish) Sets the value ofTableOptions.getWaitForReplicationToFinish()TableProps.Builder.warmThroughput(WarmThroughput warmThroughput) Sets the value ofTableOptions.getWarmThroughput()TableProps.Builder.writeCapacity(Number writeCapacity) Sets the value ofTableOptions.getWriteCapacity()Constructors in software.amazon.awscdk.services.dynamodb with parameters of type TableProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(TableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTableProps.Builder.