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
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract T |
build()
Creates an object.
|
abstract B |
setSchema(Schema schema)
Sets the table schema.
|
abstract B |
setType(TableDefinition.Type type) |
public abstract B setType(TableDefinition.Type type)
public abstract T build()
Copyright © 2019 Google LLC. All rights reserved.