public static interface CatalogEntry.Builder extends CopyableBuilder<CatalogEntry.Builder,CatalogEntry>
Modifier and Type | Method and Description |
---|---|
CatalogEntry.Builder |
databaseName(String databaseName)
The database in which the table metadata resides.
|
CatalogEntry.Builder |
tableName(String tableName)
The name of the table in question.
|
copy
applyMutation, build
CatalogEntry.Builder databaseName(String databaseName)
The database in which the table metadata resides.
databaseName
- The database in which the table metadata resides.CatalogEntry.Builder tableName(String tableName)
The name of the table in question.
tableName
- The name of the table in question.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.