Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
S3JsonSource |
S3JsonSource.clone() |
S3JsonSource |
CodeGenConfigurationNode.getS3JsonSource()
Specifies a JSON data store stored in Amazon S3.
|
S3JsonSource |
S3JsonSource.withAdditionalOptions(S3DirectSourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
S3JsonSource |
S3JsonSource.withCompressionType(CompressionType compressionType)
Specifies how the data is compressed.
|
S3JsonSource |
S3JsonSource.withCompressionType(String compressionType)
Specifies how the data is compressed.
|
S3JsonSource |
S3JsonSource.withExclusions(Collection<String> exclusions)
A string containing a JSON list of Unix-style glob patterns to exclude.
|
S3JsonSource |
S3JsonSource.withExclusions(String... exclusions)
A string containing a JSON list of Unix-style glob patterns to exclude.
|
S3JsonSource |
S3JsonSource.withGroupFiles(String groupFiles)
Grouping files is turned on by default when the input contains more than 50,000 files.
|
S3JsonSource |
S3JsonSource.withGroupSize(String groupSize)
The target group size in bytes.
|
S3JsonSource |
S3JsonSource.withJsonPath(String jsonPath)
A JsonPath string defining the JSON data.
|
S3JsonSource |
S3JsonSource.withMaxBand(Integer maxBand)
This option controls the duration in milliseconds after which the s3 listing is likely to be consistent.
|
S3JsonSource |
S3JsonSource.withMaxFilesInBand(Integer maxFilesInBand)
This option specifies the maximum number of files to save from the last maxBand seconds.
|
S3JsonSource |
S3JsonSource.withMultiline(Boolean multiline)
A Boolean value that specifies whether a single record can span multiple lines.
|
S3JsonSource |
S3JsonSource.withName(String name)
The name of the data store.
|
S3JsonSource |
S3JsonSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 JSON source.
|
S3JsonSource |
S3JsonSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 JSON source.
|
S3JsonSource |
S3JsonSource.withPaths(Collection<String> paths)
A list of the Amazon S3 paths to read from.
|
S3JsonSource |
S3JsonSource.withPaths(String... paths)
A list of the Amazon S3 paths to read from.
|
S3JsonSource |
S3JsonSource.withRecurse(Boolean recurse)
If set to true, recursively reads files in all subdirectories under the specified paths.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setS3JsonSource(S3JsonSource s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3JsonSource(S3JsonSource s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
|
Copyright © 2023. All rights reserved.