Interface LambdaCodeHook.Builder

    • Method Detail

      • lambdaARN

        LambdaCodeHook.Builder lambdaARN​(String lambdaARN)

        The 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.
      • codeHookInterfaceVersion

        LambdaCodeHook.Builder codeHookInterfaceVersion​(String codeHookInterfaceVersion)

        The 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.