Interface OutputRecordBuilder
public interface OutputRecordBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the output recordSet the value supplier for a single cell
-
Method Details
-
setValue
Set the value supplier for a single cell- Parameters:
columnName
- column name of the value suppliervalueSupplier
-- Returns:
- builder
-
build
OutputRecord build()Returns the output record- Returns:
- output record
-