Uses of Class
software.amazon.awscdk.services.dynamodb.TableOptions.Builder
Packages that use TableOptions.Builder
-
Uses of TableOptions.Builder in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return TableOptions.BuilderModifier and TypeMethodDescriptionTableOptions.Builder.billingMode(BillingMode billingMode) Sets the value ofTableOptions.getBillingMode()static TableOptions.BuilderTableOptions.builder()TableOptions.Builder.contributorInsightsEnabled(Boolean contributorInsightsEnabled) Sets the value ofTableOptions.getContributorInsightsEnabled()TableOptions.Builder.encryption(TableEncryption encryption) Sets the value ofTableOptions.getEncryption()TableOptions.Builder.encryptionKey(IKey encryptionKey) Sets the value ofTableOptions.getEncryptionKey()TableOptions.Builder.partitionKey(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()TableOptions.Builder.pointInTimeRecovery(Boolean pointInTimeRecovery) Sets the value ofTableOptions.getPointInTimeRecovery()TableOptions.Builder.readCapacity(Number readCapacity) Sets the value ofTableOptions.getReadCapacity()TableOptions.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableOptions.getRemovalPolicy()TableOptions.Builder.replicationRegions(List<String> replicationRegions) Sets the value ofTableOptions.getReplicationRegions()TableOptions.Builder.replicationTimeout(Duration replicationTimeout) Sets the value ofTableOptions.getReplicationTimeout()TableOptions.Builder.serverSideEncryption(Boolean serverSideEncryption) Deprecated.This property is deprecated.Sets the value ofSchemaOptions.getSortKey()TableOptions.Builder.stream(StreamViewType stream) Sets the value ofTableOptions.getStream()TableOptions.Builder.tableClass(TableClass tableClass) Sets the value ofTableOptions.getTableClass()TableOptions.Builder.timeToLiveAttribute(String timeToLiveAttribute) Sets the value ofTableOptions.getTimeToLiveAttribute()TableOptions.Builder.waitForReplicationToFinish(Boolean waitForReplicationToFinish) Sets the value ofTableOptions.getWaitForReplicationToFinish()TableOptions.Builder.writeCapacity(Number writeCapacity) Sets the value ofTableOptions.getWriteCapacity()Constructors in software.amazon.awscdk.services.dynamodb with parameters of type TableOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(TableOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theTableOptions.Builder.