Interface LessThanExpression.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LessThanExpression.Builder,LessThanExpression>, SdkBuilder<LessThanExpression.Builder,LessThanExpression>, SdkPojo
Enclosing class:
LessThanExpression

public static interface LessThanExpression.Builder extends SdkPojo, CopyableBuilder<LessThanExpression.Builder,LessThanExpression>
  • Method Details

    • columnName

      LessThanExpression.Builder columnName(String columnName)

      The name of the column.

      Parameters:
      columnName - The name of the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value that might be less than the expression.

      Parameters:
      value - The value that might be less than the expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.