public static interface LambdaCodeHook.Builder extends SdkPojo, CopyableBuilder<LambdaCodeHook.Builder,LambdaCodeHook>
| Modifier and Type | Method and Description |
|---|---|
LambdaCodeHook.Builder |
codeHookInterfaceVersion(String codeHookInterfaceVersion)
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
LambdaCodeHook.Builder |
lambdaARN(String lambdaARN)
The Amazon Resource Name (ARN) of the Lambda function.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaCodeHook.Builder lambdaARN(String lambdaARN)
The Amazon Resource Name (ARN) of the Lambda function.
lambdaARN - The Amazon Resource Name (ARN) of the Lambda function.LambdaCodeHook.Builder codeHookInterfaceVersion(String codeHookInterfaceVersion)
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
codeHookInterfaceVersion - The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.Copyright © 2022. All rights reserved.