Interface LambdaConfiguration.Builder

    • Method Detail

      • roleArn

        LambdaConfiguration.Builder roleArn​(String roleArn)

        The ARN of an IAM role that has permission to invoke the Lambda function.

        Parameters:
        roleArn - The ARN of an IAM role that has permission to invoke the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lambdaArn

        LambdaConfiguration.Builder lambdaArn​(String lambdaArn)

        The ARN of the Lambda function.

        Parameters:
        lambdaArn - The ARN of the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.