| Modifier and Type | Class and Description |
|---|---|
static class |
StandardSdkModule.Builder
Standard SDK Module Builder.
|
| Constructor and Description |
|---|
StandardSdkModule(ApacheHttpApiClient apiClient,
DynamoDbPersistenceAdapter persistenceAdapter,
com.amazon.ask.response.template.TemplateFactory templateFactory)
Constructs an instance of
StandardSdkModule with given ApacheHttpApiClient, DynamoDbPersistenceAdapter
and TemplateFactory. |
| Modifier and Type | Method and Description |
|---|---|
static StandardSdkModule.Builder |
builder()
Returns an instance of
StandardSdkModule.Builder. |
void |
setupModule(SdkModuleContext context) |
public StandardSdkModule(ApacheHttpApiClient apiClient, DynamoDbPersistenceAdapter persistenceAdapter, com.amazon.ask.response.template.TemplateFactory templateFactory)
StandardSdkModule with given ApacheHttpApiClient, DynamoDbPersistenceAdapter
and TemplateFactory.apiClient - ApacheHttpApiClientpersistenceAdapter - DynamoDbPersistenceAdaptertemplateFactory - TemplateFactorypublic void setupModule(SdkModuleContext context)
setupModule in interface SdkModulepublic static StandardSdkModule.Builder builder()
StandardSdkModule.Builder.Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.