Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
S3DeltaSource |
S3DeltaSource.addAdditionalDeltaOptionsEntry(String key,
String value)
Add a single AdditionalDeltaOptions entry
|
S3DeltaSource |
S3DeltaSource.clearAdditionalDeltaOptionsEntries()
Removes all the entries added into AdditionalDeltaOptions.
|
S3DeltaSource |
S3DeltaSource.clone() |
S3DeltaSource |
CodeGenConfigurationNode.getS3DeltaSource()
Specifies a Delta Lake data source stored in Amazon S3.
|
S3DeltaSource |
S3DeltaSource.withAdditionalDeltaOptions(Map<String,String> additionalDeltaOptions)
Specifies additional connection options.
|
S3DeltaSource |
S3DeltaSource.withAdditionalOptions(S3DirectSourceAdditionalOptions additionalOptions)
Specifies additional options for the connector.
|
S3DeltaSource |
S3DeltaSource.withName(String name)
The name of the Delta Lake source.
|
S3DeltaSource |
S3DeltaSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3DeltaSource |
S3DeltaSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3DeltaSource |
S3DeltaSource.withPaths(Collection<String> paths)
A list of the Amazon S3 paths to read from.
|
S3DeltaSource |
S3DeltaSource.withPaths(String... paths)
A list of the Amazon S3 paths to read from.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setS3DeltaSource(S3DeltaSource s3DeltaSource)
Specifies a Delta Lake data source stored in Amazon S3.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3DeltaSource(S3DeltaSource s3DeltaSource)
Specifies a Delta Lake data source stored in Amazon S3.
|
Copyright © 2023. All rights reserved.