Uses of Interface
software.amazon.awssdk.services.glue.model.S3Target.Builder
-
Packages that use S3Target.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3Target.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3Target.Builder Modifier and Type Method Description static S3Target.BuilderS3Target. builder()S3Target.BuilderS3Target.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.BuilderS3Target.Builder. dlqEventQueueArn(String dlqEventQueueArn)A valid Amazon dead-letter SQS ARN.S3Target.BuilderS3Target.Builder. eventQueueArn(String eventQueueArn)A valid Amazon SQS ARN.S3Target.BuilderS3Target.Builder. exclusions(String... exclusions)A list of glob patterns used to exclude from the crawl.S3Target.BuilderS3Target.Builder. exclusions(Collection<String> exclusions)A list of glob patterns used to exclude from the crawl.S3Target.BuilderS3Target.Builder. path(String path)The path to the Amazon S3 target.S3Target.BuilderS3Target.Builder. sampleSize(Integer sampleSize)Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset.S3Target.BuilderS3Target. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type S3Target.Builder Modifier and Type Method Description static Class<? extends S3Target.Builder>S3Target. serializableBuilderClass()
-