Modifier and Type | Method and Description |
---|---|
Schema |
build() |
static Schema.Builder |
create() |
Schema.Builder |
filePath(java.lang.String filePath)
(experimental) The file path for the schema.
|
public static Schema.Builder create()
Schema.Builder
.public Schema.Builder filePath(java.lang.String filePath)
When this option is configured, then the schema will be generated from an existing file from disk.
Default: - schema not configured through disk asset
filePath
- The file path for the schema. This parameter is required.this
public Schema build()