Package | Description |
---|---|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
DataCatalog |
DataCatalog.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
DataCatalog |
DataCatalog.clearParametersEntries()
Removes all the entries added into Parameters.
|
DataCatalog |
DataCatalog.clone() |
DataCatalog |
GetDataCatalogResult.getDataCatalog()
The data catalog returned.
|
DataCatalog |
DataCatalog.withDescription(String description)
An optional description of the data catalog.
|
DataCatalog |
DataCatalog.withName(String name)
The name of the data catalog.
|
DataCatalog |
DataCatalog.withParameters(Map<String,String> parameters)
Specifies the Lambda function or functions to use for the data catalog.
|
DataCatalog |
DataCatalog.withType(DataCatalogType type)
The type of data catalog to create:
LAMBDA for a federated catalog, HIVE for an
external hive metastore, or GLUE for an Glue Data Catalog. |
DataCatalog |
DataCatalog.withType(String type)
The type of data catalog to create:
LAMBDA for a federated catalog, HIVE for an
external hive metastore, or GLUE for an Glue Data Catalog. |
Modifier and Type | Method and Description |
---|---|
void |
GetDataCatalogResult.setDataCatalog(DataCatalog dataCatalog)
The data catalog returned.
|
GetDataCatalogResult |
GetDataCatalogResult.withDataCatalog(DataCatalog dataCatalog)
The data catalog returned.
|
Copyright © 2023. All rights reserved.