public static interface S3Target.Builder extends CopyableBuilder<S3Target.Builder,S3Target>
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.