Uses of Class
software.amazon.awscdk.services.dynamodb.global.GlobalTableProps.Builder
Packages that use GlobalTableProps.Builder
-
Uses of GlobalTableProps.Builder in software.amazon.awscdk.services.dynamodb.global
Methods in software.amazon.awscdk.services.dynamodb.global that return GlobalTableProps.BuilderModifier and TypeMethodDescriptionGlobalTableProps.Builder.analyticsReporting(Boolean analyticsReporting) Deprecated.Sets the value ofStackProps.getAnalyticsReporting()GlobalTableProps.Builder.billingMode(BillingMode billingMode) Deprecated.Sets the value ofTableOptions.getBillingMode()static GlobalTableProps.BuilderGlobalTableProps.builder()Deprecated.GlobalTableProps.Builder.contributorInsightsEnabled(Boolean contributorInsightsEnabled) Deprecated.Sets the value ofTableOptions.getContributorInsightsEnabled()GlobalTableProps.Builder.description(String description) Deprecated.Sets the value ofStackProps.getDescription()GlobalTableProps.Builder.encryption(TableEncryption encryption) Deprecated.Sets the value ofTableOptions.getEncryption()GlobalTableProps.Builder.encryptionKey(IKey encryptionKey) Deprecated.Sets the value ofTableOptions.getEncryptionKey()GlobalTableProps.Builder.env(Environment env) Deprecated.Sets the value ofStackProps.getEnv()GlobalTableProps.Builder.partitionKey(Attribute partitionKey) Deprecated.Sets the value ofSchemaOptions.getPartitionKey()GlobalTableProps.Builder.pointInTimeRecovery(Boolean pointInTimeRecovery) Deprecated.Sets the value ofTableOptions.getPointInTimeRecovery()GlobalTableProps.Builder.readCapacity(Number readCapacity) Deprecated.Sets the value ofTableOptions.getReadCapacity()Deprecated.GlobalTableProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Deprecated.Sets the value ofTableOptions.getRemovalPolicy()GlobalTableProps.Builder.replicationRegions(List<String> replicationRegions) Deprecated.Sets the value ofTableOptions.getReplicationRegions()GlobalTableProps.Builder.replicationTimeout(Duration replicationTimeout) Deprecated.Sets the value ofTableOptions.getReplicationTimeout()GlobalTableProps.Builder.serverSideEncryption(Boolean serverSideEncryption) Deprecated.This property is deprecated.Deprecated.Sets the value ofSchemaOptions.getSortKey()Deprecated.Sets the value ofStackProps.getStackName()GlobalTableProps.Builder.stream(StreamViewType stream) Deprecated.Sets the value ofTableOptions.getStream()GlobalTableProps.Builder.synthesizer(IStackSynthesizer synthesizer) Deprecated.Sets the value ofStackProps.getSynthesizer()GlobalTableProps.Builder.tableClass(TableClass tableClass) Deprecated.Sets the value ofTableOptions.getTableClass()Deprecated.Deprecated.Sets the value ofStackProps.getTags()GlobalTableProps.Builder.terminationProtection(Boolean terminationProtection) Deprecated.Sets the value ofStackProps.getTerminationProtection()GlobalTableProps.Builder.timeToLiveAttribute(String timeToLiveAttribute) Deprecated.Sets the value ofTableOptions.getTimeToLiveAttribute()GlobalTableProps.Builder.waitForReplicationToFinish(Boolean waitForReplicationToFinish) Deprecated.Sets the value ofTableOptions.getWaitForReplicationToFinish()GlobalTableProps.Builder.writeCapacity(Number writeCapacity) Deprecated.Sets the value ofTableOptions.getWriteCapacity()Constructors in software.amazon.awscdk.services.dynamodb.global with parameters of type GlobalTableProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(GlobalTableProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theGlobalTableProps.Builder.