CopyableBuilder<CodeHook.Builder,CodeHook>, SdkBuilder<CodeHook.Builder,CodeHook>public static interface CodeHook.Builder extends CopyableBuilder<CodeHook.Builder,CodeHook>
| Modifier and Type | Method | Description |
|---|---|---|
CodeHook.Builder |
messageVersion(String messageVersion) |
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
CodeHook.Builder |
uri(String uri) |
The Amazon Resource Name (ARN) of the Lambda function.
|
copyapply, buildCodeHook.Builder uri(String uri)
The Amazon Resource Name (ARN) of the Lambda function.
uri - The Amazon Resource Name (ARN) of the Lambda function.CodeHook.Builder messageVersion(String messageVersion)
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
messageVersion - The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
For more information, see using-lambda.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.