Interface SchemaBuilder
-
-
Method Summary
Static Methods Modifier and Type Method Description static RecordSchemaBuilder
record(java.lang.String name)
Build the schema for a record.
-
-
-
Method Detail
-
record
static RecordSchemaBuilder record(java.lang.String name)
Build the schema for a record.- Parameters:
name
- name of the record.- Returns:
- builder to build the schema for a record.
-
-