Package | Description |
---|---|
com.amazon.ask.module |
Modifier and Type | Method and Description |
---|---|
static StandardSdkModule.Builder |
StandardSdkModule.builder()
Returns an instance of
StandardSdkModule.Builder . |
StandardSdkModule.Builder |
StandardSdkModule.Builder.withAutoCreateTable(boolean autoCreateTable)
Allows SDK to create a table if the table doesn't exist.
|
StandardSdkModule.Builder |
StandardSdkModule.Builder.withDynamoDbClient(com.amazonaws.services.dynamodbv2.AmazonDynamoDB customDynamoDBClient)
Allows the user to specify a custom DynamoDB client.
|
StandardSdkModule.Builder |
StandardSdkModule.Builder.withHttpClient(org.apache.http.impl.client.CloseableHttpClient customHttpClient)
Allows the user to configure custom HTTP client.
|
StandardSdkModule.Builder |
StandardSdkModule.Builder.withPartitionKeyGenerator(Function<RequestEnvelope,String> partitionKeyGenerator)
Allows the user to specify a partition key generator.
|
StandardSdkModule.Builder |
StandardSdkModule.Builder.withTableName(String tableName)
Allows the user to configure a name for the DynamoDB table.
|
StandardSdkModule.Builder |
StandardSdkModule.Builder.withTemplateDirectoryPath(String templateDirectoryPath)
Allows the user to specify directory path where the templates are stored.
|
Copyright © 2023. All rights reserved.