Interface CodeHook.Builder

    • Method Detail

      • uri

        CodeHook.Builder uri​(String uri)

        The Amazon Resource Name (ARN) of the Lambda function.

        Parameters:
        uri - The Amazon Resource Name (ARN) of the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageVersion

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.