| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
DataCatalogInputDefinition |
DataCatalogInputDefinition.clone() |
DataCatalogInputDefinition |
Input.getDataCatalogInputDefinition()
The AWS Glue Data Catalog parameters for the data.
|
DataCatalogInputDefinition |
DataCatalogInputDefinition.withCatalogId(String catalogId)
The unique identifier of the AWS account that holds the Data Catalog that stores the data.
|
DataCatalogInputDefinition |
DataCatalogInputDefinition.withDatabaseName(String databaseName)
The name of a database in the Data Catalog.
|
DataCatalogInputDefinition |
DataCatalogInputDefinition.withTableName(String tableName)
The name of a database table in the Data Catalog.
|
DataCatalogInputDefinition |
DataCatalogInputDefinition.withTempDirectory(S3Location tempDirectory)
An Amazon location that AWS Glue Data Catalog can use as a temporary directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setDataCatalogInputDefinition(DataCatalogInputDefinition dataCatalogInputDefinition)
The AWS Glue Data Catalog parameters for the data.
|
Input |
Input.withDataCatalogInputDefinition(DataCatalogInputDefinition dataCatalogInputDefinition)
The AWS Glue Data Catalog parameters for the data.
|
Copyright © 2021. All rights reserved.