Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
S3CsvSource |
S3CsvSource.clone() |
S3CsvSource |
CodeGenConfigurationNode.getS3CsvSource()
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
S3CsvSource |
S3CsvSource.withAdditionalOptions(S3DirectSourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
S3CsvSource |
S3CsvSource.withCompressionType(CompressionType compressionType)
Specifies how the data is compressed.
|
S3CsvSource |
S3CsvSource.withCompressionType(String compressionType)
Specifies how the data is compressed.
|
S3CsvSource |
S3CsvSource.withEscaper(String escaper)
Specifies a character to use for escaping.
|
S3CsvSource |
S3CsvSource.withExclusions(Collection<String> exclusions)
A string containing a JSON list of Unix-style glob patterns to exclude.
|
S3CsvSource |
S3CsvSource.withExclusions(String... exclusions)
A string containing a JSON list of Unix-style glob patterns to exclude.
|
S3CsvSource |
S3CsvSource.withGroupFiles(String groupFiles)
Grouping files is turned on by default when the input contains more than 50,000 files.
|
S3CsvSource |
S3CsvSource.withGroupSize(String groupSize)
The target group size in bytes.
|
S3CsvSource |
S3CsvSource.withMaxBand(Integer maxBand)
This option controls the duration in milliseconds after which the s3 listing is likely to be consistent.
|
S3CsvSource |
S3CsvSource.withMaxFilesInBand(Integer maxFilesInBand)
This option specifies the maximum number of files to save from the last maxBand seconds.
|
S3CsvSource |
S3CsvSource.withMultiline(Boolean multiline)
A Boolean value that specifies whether a single record can span multiple lines.
|
S3CsvSource |
S3CsvSource.withName(String name)
The name of the data store.
|
S3CsvSource |
S3CsvSource.withOptimizePerformance(Boolean optimizePerformance)
A Boolean value that specifies whether to use the advanced SIMD CSV reader along with Apache Arrow based columnar
memory formats.
|
S3CsvSource |
S3CsvSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 CSV source.
|
S3CsvSource |
S3CsvSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 CSV source.
|
S3CsvSource |
S3CsvSource.withPaths(Collection<String> paths)
A list of the Amazon S3 paths to read from.
|
S3CsvSource |
S3CsvSource.withPaths(String... paths)
A list of the Amazon S3 paths to read from.
|
S3CsvSource |
S3CsvSource.withQuoteChar(QuoteChar quoteChar)
Specifies the character to use for quoting.
|
S3CsvSource |
S3CsvSource.withQuoteChar(String quoteChar)
Specifies the character to use for quoting.
|
S3CsvSource |
S3CsvSource.withRecurse(Boolean recurse)
If set to true, recursively reads files in all subdirectories under the specified paths.
|
S3CsvSource |
S3CsvSource.withSeparator(Separator separator)
Specifies the delimiter character.
|
S3CsvSource |
S3CsvSource.withSeparator(String separator)
Specifies the delimiter character.
|
S3CsvSource |
S3CsvSource.withSkipFirst(Boolean skipFirst)
A Boolean value that specifies whether to skip the first data line.
|
S3CsvSource |
S3CsvSource.withWithHeader(Boolean withHeader)
A Boolean value that specifies whether to treat the first line as a header.
|
S3CsvSource |
S3CsvSource.withWriteHeader(Boolean writeHeader)
A Boolean value that specifies whether to write the header to output.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setS3CsvSource(S3CsvSource s3CsvSource)
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3CsvSource(S3CsvSource s3CsvSource)
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
Copyright © 2022. All rights reserved.