Interface GreaterThanExpression.Builder

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

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

    • columnName

      GreaterThanExpression.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 greater than an expression.

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