public static interface S3Target.Builder extends SdkPojo, CopyableBuilder<S3Target.Builder,S3Target>
| Modifier and Type | Method and Description |
|---|---|
S3Target.Builder |
connectionName(String connectionName)
The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual
Private Cloud environment (Amazon VPC).
|
S3Target.Builder |
dlqEventQueueArn(String dlqEventQueueArn)
A valid Amazon dead-letter SQS ARN.
|
S3Target.Builder |
eventQueueArn(String eventQueueArn)
A valid Amazon SQS ARN.
|
S3Target.Builder |
exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl.
|
S3Target.Builder |
exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl.
|
S3Target.Builder |
path(String path)
The path to the Amazon S3 target.
|
S3Target.Builder |
sampleSize(Integer sampleSize)
Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Target.Builder path(String path)
The path to the Amazon S3 target.
path - The path to the Amazon S3 target.S3Target.Builder exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.S3Target.Builder exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.S3Target.Builder connectionName(String connectionName)
The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).
connectionName - The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon
Virtual Private Cloud environment (Amazon VPC).S3Target.Builder sampleSize(Integer sampleSize)
Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.
sampleSize - Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If
not set, all the files are crawled. A valid value is an integer between 1 and 249.S3Target.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.S3Target.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.