| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaCodeHook.Builder |
LambdaCodeHook.builder() |
LambdaCodeHook.Builder |
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 |
LambdaCodeHook.Builder.lambdaARN(String lambdaARN)
The Amazon Resource Name (ARN) of the Lambda function.
|
LambdaCodeHook.Builder |
LambdaCodeHook.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaCodeHook.Builder> |
LambdaCodeHook.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeHookSpecification.Builder |
CodeHookSpecification.Builder.lambdaCodeHook(Consumer<LambdaCodeHook.Builder> lambdaCodeHook)
Sets the value of the LambdaCodeHook property for this object.
|
Copyright © 2023. All rights reserved.