| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CatalogTarget.Builder |
CatalogTarget.builder() |
CatalogTarget.Builder |
CatalogTarget.Builder.connectionName(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.Builder |
CatalogTarget.Builder.databaseName(String databaseName)
The name of the database to be synchronized.
|
CatalogTarget.Builder |
CatalogTarget.Builder.dlqEventQueueArn(String dlqEventQueueArn)
A valid Amazon dead-letter SQS ARN.
|
CatalogTarget.Builder |
CatalogTarget.Builder.eventQueueArn(String eventQueueArn)
A valid Amazon SQS ARN.
|
CatalogTarget.Builder |
CatalogTarget.Builder.tables(Collection<String> tables)
A list of the tables to be synchronized.
|
CatalogTarget.Builder |
CatalogTarget.Builder.tables(String... tables)
A list of the tables to be synchronized.
|
CatalogTarget.Builder |
CatalogTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CatalogTarget.Builder> |
CatalogTarget.serializableBuilderClass() |
Copyright © 2023. All rights reserved.