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 |
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.
|
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).Copyright © 2020. All rights reserved.