| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
DataCatalogInputDefinition |
DataCatalogInputDefinition.clone() |
DataCatalogInputDefinition |
Input.getDataCatalogInputDefinition()
The Glue Data Catalog parameters for the data.
|
DataCatalogInputDefinition |
DataCatalogInputDefinition.withCatalogId(String catalogId)
The unique identifier of the Amazon Web Services 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)
Represents an Amazon location where DataBrew can store intermediate results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setDataCatalogInputDefinition(DataCatalogInputDefinition dataCatalogInputDefinition)
The Glue Data Catalog parameters for the data.
|
Input |
Input.withDataCatalogInputDefinition(DataCatalogInputDefinition dataCatalogInputDefinition)
The Glue Data Catalog parameters for the data.
|
Copyright © 2023. All rights reserved.