Interface CatalogTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CatalogTarget.Builder,
,CatalogTarget> SdkBuilder<CatalogTarget.Builder,
,CatalogTarget> SdkPojo
- Enclosing class:
CatalogTarget
@Mutable
@NotThreadSafe
public static interface CatalogTarget.Builder
extends SdkPojo, CopyableBuilder<CatalogTarget.Builder,CatalogTarget>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionName
(String connectionName) The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using aCatalog
connection type paired with aNETWORK
Connection type.databaseName
(String databaseName) The name of the database to be synchronized.dlqEventQueueArn
(String dlqEventQueueArn) A valid Amazon dead-letter SQS ARN.eventQueueArn
(String eventQueueArn) A valid Amazon SQS ARN.A list of the tables to be synchronized.tables
(Collection<String> tables) A list of the tables to be synchronized.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
databaseName
The name of the database to be synchronized.
- Parameters:
databaseName
- The name of the database to be synchronized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tables
A list of the tables to be synchronized.
- Parameters:
tables
- A list of the tables to be synchronized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tables
A list of the tables to be synchronized.
- Parameters:
tables
- A list of the tables to be synchronized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 aNETWORK
Connection type.- Parameters:
connectionName
- The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using aCatalog
connection type paired with aNETWORK
Connection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventQueueArn
A valid Amazon SQS ARN. For example,
arn:aws:sqs:region:account:sqs
.- Parameters:
eventQueueArn
- A valid Amazon SQS ARN. For example,arn:aws:sqs:region:account:sqs
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dlqEventQueueArn
A valid Amazon dead-letter SQS ARN. For example,
arn:aws:sqs:region:account:deadLetterQueue
.- Parameters:
dlqEventQueueArn
- A valid Amazon dead-letter SQS ARN. For example,arn:aws:sqs:region:account:deadLetterQueue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-