Interface LambdaCodeHook.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LambdaCodeHook.Builder,,- LambdaCodeHook> - SdkBuilder<LambdaCodeHook.Builder,,- LambdaCodeHook> - SdkPojo
- Enclosing class:
- LambdaCodeHook
@Mutable
@NotThreadSafe
public static interface LambdaCodeHook.Builder
extends SdkPojo, CopyableBuilder<LambdaCodeHook.Builder,LambdaCodeHook> 
- 
Method SummaryModifier and TypeMethodDescriptioncodeHookInterfaceVersion(String codeHookInterfaceVersion) The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.The Amazon Resource Name (ARN) of the Lambda function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
lambdaARNThe Amazon Resource Name (ARN) of the Lambda function. - Parameters:
- lambdaARN- The Amazon Resource Name (ARN) of the Lambda function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeHookInterfaceVersionThe version of the request-response that you want Amazon Lex to use to invoke your Lambda function. - Parameters:
- codeHookInterfaceVersion- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-