Class TableDefinition.Builder<T,B> (2.39.1)

public abstract static class TableDefinition.Builder<T,B>

Base builder for table definitions.

Inheritance

java.lang.Object > TableDefinition.Builder<T,B>

Type Parameters

Name Description
T
B

Constructors

Builder()

public Builder()

Methods

build()

public abstract T build()

Creates an object.

Returns
Type Description
T

setSchema(Schema schema)

public abstract B setSchema(Schema schema)

Sets the table schema.

Parameter
Name Description
schema Schema
Returns
Type Description
B

setType(TableDefinition.Type type)

public abstract B setType(TableDefinition.Type type)
Parameter
Name Description
type TableDefinition.Type
Returns
Type Description
B