T - the table definition classB - the table definition builderpublic abstract static class TableDefinition.Builder<T extends TableDefinition,B extends TableDefinition.Builder<T,B>> extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract T |
build()
Creates an object.
|
B |
setSchema(Schema schema)
Sets the table schema.
|
Copyright © 2017 Google. All rights reserved.