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