| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
S3Target |
S3Target.clone() |
S3Target |
S3Target.withConnectionName(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 |
S3Target.withDlqEventQueueArn(String dlqEventQueueArn)
A valid Amazon dead-letter SQS ARN.
|
S3Target |
S3Target.withEventQueueArn(String eventQueueArn)
A valid Amazon SQS ARN.
|
S3Target |
S3Target.withExclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl.
|
S3Target |
S3Target.withExclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl.
|
S3Target |
S3Target.withPath(String path)
The path to the Amazon S3 target.
|
S3Target |
S3Target.withSampleSize(Integer sampleSize)
Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3Target> |
CrawlerTargets.getS3Targets()
Specifies Amazon Simple Storage Service (Amazon S3) targets.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlerTargets |
CrawlerTargets.withS3Targets(S3Target... s3Targets)
Specifies Amazon Simple Storage Service (Amazon S3) targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlerTargets.setS3Targets(Collection<S3Target> s3Targets)
Specifies Amazon Simple Storage Service (Amazon S3) targets.
|
CrawlerTargets |
CrawlerTargets.withS3Targets(Collection<S3Target> s3Targets)
Specifies Amazon Simple Storage Service (Amazon S3) targets.
|
Copyright © 2025. All rights reserved.