@Stability(value=Stable) public static final class CfnCrawler.S3TargetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCrawler.S3TargetProperty>
CfnCrawler.S3TargetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCrawler.S3TargetProperty |
build()
Builds the configured instance.
|
CfnCrawler.S3TargetProperty.Builder |
connectionName(String connectionName)
Sets the value of
CfnCrawler.S3TargetProperty.getConnectionName() |
CfnCrawler.S3TargetProperty.Builder |
dlqEventQueueArn(String dlqEventQueueArn)
Sets the value of
CfnCrawler.S3TargetProperty.getDlqEventQueueArn() |
CfnCrawler.S3TargetProperty.Builder |
eventQueueArn(String eventQueueArn)
Sets the value of
CfnCrawler.S3TargetProperty.getEventQueueArn() |
CfnCrawler.S3TargetProperty.Builder |
exclusions(List<String> exclusions)
Sets the value of
CfnCrawler.S3TargetProperty.getExclusions() |
CfnCrawler.S3TargetProperty.Builder |
path(String path)
Sets the value of
CfnCrawler.S3TargetProperty.getPath() |
CfnCrawler.S3TargetProperty.Builder |
sampleSize(Number sampleSize)
Sets the value of
CfnCrawler.S3TargetProperty.getSampleSize() |
@Stability(value=Stable) public CfnCrawler.S3TargetProperty.Builder connectionName(String connectionName)
CfnCrawler.S3TargetProperty.getConnectionName()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).this@Stability(value=Stable) public CfnCrawler.S3TargetProperty.Builder dlqEventQueueArn(String dlqEventQueueArn)
CfnCrawler.S3TargetProperty.getDlqEventQueueArn()dlqEventQueueArn - `CfnCrawler.S3TargetProperty.DlqEventQueueArn`.this@Stability(value=Stable) public CfnCrawler.S3TargetProperty.Builder eventQueueArn(String eventQueueArn)
CfnCrawler.S3TargetProperty.getEventQueueArn()eventQueueArn - `CfnCrawler.S3TargetProperty.EventQueueArn`.this@Stability(value=Stable) public CfnCrawler.S3TargetProperty.Builder exclusions(List<String> exclusions)
CfnCrawler.S3TargetProperty.getExclusions()exclusions - A list of glob patterns used to exclude from the crawl.
For more information, see Catalog Tables with a Crawler .this@Stability(value=Stable) public CfnCrawler.S3TargetProperty.Builder path(String path)
CfnCrawler.S3TargetProperty.getPath()path - The path to the Amazon S3 target.this@Stability(value=Stable) public CfnCrawler.S3TargetProperty.Builder sampleSize(Number sampleSize)
CfnCrawler.S3TargetProperty.getSampleSize()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.this@Stability(value=Stable) public CfnCrawler.S3TargetProperty build()
build in interface software.amazon.jsii.Builder<CfnCrawler.S3TargetProperty>CfnCrawler.S3TargetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.