Uses of Class
software.amazon.awscdk.services.dynamodb.TablePropsV2.Builder
Packages that use TablePropsV2.Builder
-
Uses of TablePropsV2.Builder in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return TablePropsV2.BuilderModifier and TypeMethodDescriptionSets the value ofTablePropsV2.getBilling()static TablePropsV2.BuilderTablePropsV2.builder()TablePropsV2.Builder.contributorInsights(Boolean contributorInsights) Deprecated.use `contributorInsightsSpecification` insteadTablePropsV2.Builder.contributorInsightsSpecification(ContributorInsightsSpecification contributorInsightsSpecification) Sets the value ofTableOptionsV2.getContributorInsightsSpecification()TablePropsV2.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofTableOptionsV2.getDeletionProtection()TablePropsV2.Builder.dynamoStream(StreamViewType dynamoStream) Sets the value ofTablePropsV2.getDynamoStream()TablePropsV2.Builder.encryption(TableEncryptionV2 encryption) Sets the value ofTablePropsV2.getEncryption()TablePropsV2.Builder.globalSecondaryIndexes(List<? extends GlobalSecondaryIndexPropsV2> globalSecondaryIndexes) Sets the value ofTablePropsV2.getGlobalSecondaryIndexes()TablePropsV2.Builder.kinesisStream(IStream kinesisStream) Sets the value ofTableOptionsV2.getKinesisStream()TablePropsV2.Builder.localSecondaryIndexes(List<? extends LocalSecondaryIndexProps> localSecondaryIndexes) Sets the value ofTablePropsV2.getLocalSecondaryIndexes()TablePropsV2.Builder.multiRegionConsistency(MultiRegionConsistency multiRegionConsistency) Sets the value ofTablePropsV2.getMultiRegionConsistency()TablePropsV2.Builder.partitionKey(Attribute partitionKey) Sets the value ofTablePropsV2.getPartitionKey()TablePropsV2.Builder.pointInTimeRecovery(Boolean pointInTimeRecovery) Deprecated.use `pointInTimeRecoverySpecification` insteadTablePropsV2.Builder.pointInTimeRecoverySpecification(PointInTimeRecoverySpecification pointInTimeRecoverySpecification) Sets the value ofTableOptionsV2.getPointInTimeRecoverySpecification()TablePropsV2.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTablePropsV2.getRemovalPolicy()TablePropsV2.Builder.replicas(List<? extends ReplicaTableProps> replicas) Sets the value ofTablePropsV2.getReplicas()TablePropsV2.Builder.resourcePolicy(PolicyDocument resourcePolicy) Sets the value ofTableOptionsV2.getResourcePolicy()Sets the value ofTablePropsV2.getSortKey()TablePropsV2.Builder.tableClass(TableClass tableClass) Sets the value ofTableOptionsV2.getTableClass()Sets the value ofTablePropsV2.getTableName()Sets the value ofTableOptionsV2.getTags()TablePropsV2.Builder.timeToLiveAttribute(String timeToLiveAttribute) Sets the value ofTablePropsV2.getTimeToLiveAttribute()TablePropsV2.Builder.warmThroughput(WarmThroughput warmThroughput) Sets the value ofTablePropsV2.getWarmThroughput()TablePropsV2.Builder.witnessRegion(String witnessRegion) Sets the value ofTablePropsV2.getWitnessRegion()Constructors in software.amazon.awscdk.services.dynamodb with parameters of type TablePropsV2.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(TablePropsV2.Builder builder) Constructor that initializes the object based on literal property values passed by theTablePropsV2.Builder.