Interface LambdaEvaluatorConfig.Builder

  • Method Details

    • lambdaArn

      LambdaEvaluatorConfig.Builder lambdaArn(String lambdaArn)

      The Amazon Resource Name (ARN) of the Lambda function that implements the evaluation logic.

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

      LambdaEvaluatorConfig.Builder lambdaTimeoutInSeconds(Integer lambdaTimeoutInSeconds)

      The timeout in seconds for the Lambda function invocation. Defaults to 60. Must be between 1 and 300.

      Parameters:
      lambdaTimeoutInSeconds - The timeout in seconds for the Lambda function invocation. Defaults to 60. Must be between 1 and 300.
      Returns:
      Returns a reference to this object so that method calls can be chained together.