public static final class HandlerInput.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
HandlerInput |
build() |
HandlerInput.Builder |
withContext(Object context) |
HandlerInput.Builder |
withPersistenceAdapter(PersistenceAdapter persistenceAdapter) |
HandlerInput.Builder |
withRequestEnvelope(com.amazon.ask.model.RequestEnvelope requestEnvelope) |
HandlerInput.Builder |
withServiceClientFactory(com.amazon.ask.model.services.ServiceClientFactory serviceClientFactory) |
public HandlerInput.Builder withRequestEnvelope(com.amazon.ask.model.RequestEnvelope requestEnvelope)
public HandlerInput.Builder withPersistenceAdapter(PersistenceAdapter persistenceAdapter)
public HandlerInput.Builder withContext(Object context)
public HandlerInput.Builder withServiceClientFactory(com.amazon.ask.model.services.ServiceClientFactory serviceClientFactory)
public HandlerInput build()
Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.