public static class SchemaInfo.SchemaInfoBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
SchemaInfo |
build() |
SchemaInfo.SchemaInfoBuilder |
name(String name) |
SchemaInfo.SchemaInfoBuilder |
properties(Map<String,String> properties) |
SchemaInfo.SchemaInfoBuilder |
schema(byte[] schema) |
SchemaInfo.SchemaInfoBuilder |
type(SchemaType type) |
public SchemaInfo.SchemaInfoBuilder name(String name)
public SchemaInfo.SchemaInfoBuilder schema(byte[] schema)
public SchemaInfo.SchemaInfoBuilder type(SchemaType type)
public SchemaInfo.SchemaInfoBuilder properties(Map<String,String> properties)
public SchemaInfo build()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.