Interface ColumnRowFilter.Builder

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

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

    • columnName

      ColumnRowFilter.Builder columnName(String columnName)

      A string containing the name of the column.

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

      ColumnRowFilter.Builder rowFilterExpression(String rowFilterExpression)

      A string containing the row-level filter expression.

      Parameters:
      rowFilterExpression - A string containing the row-level filter expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.