Interface NotLikeExpression.Builder

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

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

    • columnName

      NotLikeExpression.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 not be like the expression.

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