public static class TablesForDiscovery.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TablesForDiscovery |
build() |
TablesForDiscovery.Builder |
copy(TablesForDiscovery model) |
TablesForDiscovery.Builder |
schemaName(String schemaName)
This contains the name of the schema.
|
TablesForDiscovery.Builder |
tableNames(List<String> tableNames)
This contains an optional list of the table names.
|
public TablesForDiscovery.Builder schemaName(String schemaName)
This contains the name of the schema.
schemaName
- the value to setpublic TablesForDiscovery.Builder tableNames(List<String> tableNames)
This contains an optional list of the table names.
tableNames
- the value to setpublic TablesForDiscovery build()
public TablesForDiscovery.Builder copy(TablesForDiscovery model)
Copyright © 2016–2024. All rights reserved.