| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
S3Target |
S3Target.clone() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3Target> |
CrawlerTargets.getS3Targets()
Specifies Amazon S3 targets.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlerTargets |
CrawlerTargets.withS3Targets(S3Target... s3Targets)
Specifies Amazon S3 targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlerTargets.setS3Targets(Collection<S3Target> s3Targets)
Specifies Amazon S3 targets.
|
CrawlerTargets |
CrawlerTargets.withS3Targets(Collection<S3Target> s3Targets)
Specifies Amazon S3 targets.
|
Copyright © 2018. All rights reserved.