Uses of Class
com.google.genkit.plugins.awsbedrock.session.DynamoDbSessionStoreOptions.Builder
Packages that use DynamoDbSessionStoreOptions.Builder
Package
Description
DynamoDB-backed agent session persistence.
-
Uses of DynamoDbSessionStoreOptions.Builder in com.google.genkit.plugins.awsbedrock.session
Methods in com.google.genkit.plugins.awsbedrock.session that return DynamoDbSessionStoreOptions.BuilderModifier and TypeMethodDescriptionDynamoDbSessionStoreOptions.builder()Creates a new builder.DynamoDbSessionStoreOptions.Builder.checkpointInterval(int checkpointInterval) Sets the number of turns between full checkpoints.DynamoDbSessionStoreOptions.Builder.createTableIfNotExists(boolean createTableIfNotExists) Sets whether to create the table on first use if it does not exist.DynamoDbSessionStoreOptions.Builder.pollIntervalMs(long pollIntervalMs) Sets the subscription poll interval in milliseconds.DynamoDbSessionStoreOptions.Builder.shardSize(int shardSize) Sets the shard size in bytes for checkpoint state (must stay under the 400 KB item cap).DynamoDbSessionStoreOptions.Builder.snapshotPathPrefix(Function<SessionStoreOptions, String> snapshotPathPrefix) Sets the function that derives the per-tenant partition-key prefix.Sets the DynamoDB table name.