public static interface CatalogTarget.Builder extends SdkPojo, CopyableBuilder<CatalogTarget.Builder,CatalogTarget>
| Modifier and Type | Method and Description |
|---|---|
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 |
databaseName(String databaseName)
The name of the database to be synchronized.
|
CatalogTarget.Builder |
dlqEventQueueArn(String dlqEventQueueArn)
A valid Amazon dead-letter SQS ARN.
|
CatalogTarget.Builder |
eventQueueArn(String eventQueueArn)
A valid Amazon SQS ARN.
|
CatalogTarget.Builder |
tables(Collection<String> tables)
A list of the tables to be synchronized.
|
CatalogTarget.Builder |
tables(String... tables)
A list of the tables to be synchronized.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCatalogTarget.Builder databaseName(String databaseName)
The name of the database to be synchronized.
databaseName - The name of the database to be synchronized.CatalogTarget.Builder tables(Collection<String> tables)
A list of the tables to be synchronized.
tables - A list of the tables to be synchronized.CatalogTarget.Builder tables(String... tables)
A list of the tables to be synchronized.
tables - A list of the tables to be synchronized.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.
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 eventQueueArn(String eventQueueArn)
A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.
eventQueueArn - A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.CatalogTarget.Builder dlqEventQueueArn(String dlqEventQueueArn)
A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.
dlqEventQueueArn - A valid Amazon dead-letter SQS ARN. For example,
arn:aws:sqs:region:account:deadLetterQueue.Copyright © 2023. All rights reserved.