Package | Description |
---|---|
com.amazon.ask.attributes.persistence.impl |
Modifier and Type | Method and Description |
---|---|
static DynamoDbPersistenceAdapter.Builder |
DynamoDbPersistenceAdapter.builder()
Static method to build an instance of Builder.
|
DynamoDbPersistenceAdapter.Builder |
DynamoDbPersistenceAdapter.Builder.withAttributesKeyName(String attributesKeyName)
Optional name of the attributes key.
|
DynamoDbPersistenceAdapter.Builder |
DynamoDbPersistenceAdapter.Builder.withAutoCreateTable(boolean autoCreateTable)
Optional flag specifying whether the adapter should automatically create a table with the configured name
if it does not already exist.
|
DynamoDbPersistenceAdapter.Builder |
DynamoDbPersistenceAdapter.Builder.withDynamoDbClient(com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDb)
Optional DynamoDB client instance to use.
|
DynamoDbPersistenceAdapter.Builder |
DynamoDbPersistenceAdapter.Builder.withPartitionKeyGenerator(Function<RequestEnvelope,String> partitionKeyGenerator)
Optional partition key generator function used to derive partition key value from one or more
attributes of a
RequestEnvelope . |
DynamoDbPersistenceAdapter.Builder |
DynamoDbPersistenceAdapter.Builder.withPartitionKeyName(String partitionKeyName)
Optional name of the partition key used to key attributes.
|
DynamoDbPersistenceAdapter.Builder |
DynamoDbPersistenceAdapter.Builder.withTableName(String tableName)
Name of the DynamoDB table to use for storing Skill persistence attributes.
|
Copyright © 2023. All rights reserved.