public static class TableSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TableSummary |
build() |
TableSummary.Builder |
copy(TableSummary model) |
TableSummary.Builder |
schemaName(String schemaName)
Name of the schema.
|
TableSummary.Builder |
tableName(String tableName)
Name of the table.
|
public TableSummary.Builder tableName(String tableName)
Name of the table.
tableName
- the value to setpublic TableSummary.Builder schemaName(String schemaName)
Name of the schema.
schemaName
- the value to setpublic TableSummary build()
public TableSummary.Builder copy(TableSummary model)
Copyright © 2016–2024. All rights reserved.