Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CatalogTarget |
CatalogTarget.clone() |
CatalogTarget |
CatalogTarget.withConnectionName(String connectionName)
The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a
Catalog connection type paired with a NETWORK Connection type. |
CatalogTarget |
CatalogTarget.withDatabaseName(String databaseName)
The name of the database to be synchronized.
|
CatalogTarget |
CatalogTarget.withDlqEventQueueArn(String dlqEventQueueArn)
A valid Amazon dead-letter SQS ARN.
|
CatalogTarget |
CatalogTarget.withEventQueueArn(String eventQueueArn)
A valid Amazon SQS ARN.
|
CatalogTarget |
CatalogTarget.withTables(Collection<String> tables)
A list of the tables to be synchronized.
|
CatalogTarget |
CatalogTarget.withTables(String... tables)
A list of the tables to be synchronized.
|
Modifier and Type | Method and Description |
---|---|
List<CatalogTarget> |
CrawlerTargets.getCatalogTargets()
Specifies Glue Data Catalog targets.
|
Modifier and Type | Method and Description |
---|---|
CrawlerTargets |
CrawlerTargets.withCatalogTargets(CatalogTarget... catalogTargets)
Specifies Glue Data Catalog targets.
|
Modifier and Type | Method and Description |
---|---|
void |
CrawlerTargets.setCatalogTargets(Collection<CatalogTarget> catalogTargets)
Specifies Glue Data Catalog targets.
|
CrawlerTargets |
CrawlerTargets.withCatalogTargets(Collection<CatalogTarget> catalogTargets)
Specifies Glue Data Catalog targets.
|
Copyright © 2023. All rights reserved.