public static class CreateTable.Builder extends CreateTableOperation.AbstractBuilder<CreateTable,CreateTable.Builder>
| Constructor and Description |
|---|
Builder(TableDefinition tableDefinition)
Creates a new Builder for the CreateTable command.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTable |
build() |
buildOperation, withQuantumpublic Builder(TableDefinition tableDefinition)
tableDefinition's column descriptions,
it will be used automatically. If there is none present, please use
CreateTableOperation.AbstractBuilder.withQuantum(int, java.util.concurrent.TimeUnit) to set the quantum information.tableDefinition - The table definition to base this CreateTable command off of.public CreateTable build()
build in class CreateTableOperation.AbstractBuilder<CreateTable,CreateTable.Builder>Copyright © 2016. All rights reserved.