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) Sets the value ofTableOptions.getContributorInsightsEnabled()TableProps.Builder.encryption(TableEncryption encryption) Sets the value ofTableOptions.getEncryption()TableProps.Builder.encryptionKey(IKey encryptionKey) Sets the value ofTableOptions.getEncryptionKey()TableProps.Builder.kinesisStream(IStream kinesisStream) Sets the value ofTableProps.getKinesisStream()TableProps.Builder.partitionKey(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()TableProps.Builder.pointInTimeRecovery(Boolean pointInTimeRecovery) Sets the value ofTableOptions.getPointInTimeRecovery()TableProps.Builder.readCapacity(Number readCapacity) Sets the value ofTableOptions.getReadCapacity()TableProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableOptions.getRemovalPolicy()TableProps.Builder.replicationRegions(List<String> replicationRegions) Sets the value ofTableOptions.getReplicationRegions()TableProps.Builder.replicationTimeout(Duration replicationTimeout) Sets the value ofTableOptions.getReplicationTimeout()TableProps.Builder.serverSideEncryption(Boolean serverSideEncryption) Deprecated.This property is deprecated.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.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.