public static interface DataCatalogConfig.Builder extends SdkPojo, CopyableBuilder<DataCatalogConfig.Builder,DataCatalogConfig>
Modifier and Type | Method and Description |
---|---|
DataCatalogConfig.Builder |
catalog(String catalog)
The name of the Glue table catalog.
|
DataCatalogConfig.Builder |
database(String database)
The name of the Glue table database.
|
DataCatalogConfig.Builder |
tableName(String tableName)
The name of the Glue table.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DataCatalogConfig.Builder tableName(String tableName)
The name of the Glue table.
tableName
- The name of the Glue table.DataCatalogConfig.Builder catalog(String catalog)
The name of the Glue table catalog.
catalog
- The name of the Glue table catalog.DataCatalogConfig.Builder database(String database)
The name of the Glue table database.
database
- The name of the Glue table database.Copyright © 2023. All rights reserved.