Interface SchemaBuilder


  • @Public
    @Stable
    public interface SchemaBuilder
    Builder to build schema.
    • 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.