| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<GlueSchema> |
AthenaConnectorSource.outputSchemas()
Specifies the data schema for the custom Athena source.
|
List<GlueSchema> |
S3DeltaSource.outputSchemas()
Specifies the data schema for the Delta Lake source.
|
List<GlueSchema> |
JDBCConnectorTarget.outputSchemas()
Specifies the data schema for the JDBC target.
|
List<GlueSchema> |
SparkConnectorTarget.outputSchemas()
Specifies the data schema for the custom spark target.
|
List<GlueSchema> |
S3HudiSource.outputSchemas()
Specifies the data schema for the Hudi source.
|
List<GlueSchema> |
CatalogDeltaSource.outputSchemas()
Specifies the data schema for the Delta Lake source.
|
List<GlueSchema> |
S3CatalogDeltaSource.outputSchemas()
Specifies the data schema for the Delta Lake source.
|
List<GlueSchema> |
SparkConnectorSource.outputSchemas()
Specifies data schema for the custom spark source.
|
List<GlueSchema> |
JDBCConnectorSource.outputSchemas()
Specifies the data schema for the custom JDBC source.
|
List<GlueSchema> |
CustomCode.outputSchemas()
Specifies the data schema for the custom code transform.
|
List<GlueSchema> |
S3CsvSource.outputSchemas()
Specifies the data schema for the S3 CSV source.
|
List<GlueSchema> |
SnowflakeSource.outputSchemas()
Specifies user-defined schemas for your output data.
|
List<GlueSchema> |
DynamicTransform.outputSchemas()
Specifies the data schema for the dynamic transform.
|
List<GlueSchema> |
S3ParquetSource.outputSchemas()
Specifies the data schema for the S3 Parquet source.
|
List<GlueSchema> |
CatalogHudiSource.outputSchemas()
Specifies the data schema for the Hudi source.
|
List<GlueSchema> |
SparkSQL.outputSchemas()
Specifies the data schema for the SparkSQL transform.
|
List<GlueSchema> |
S3CatalogHudiSource.outputSchemas()
Specifies the data schema for the Hudi source.
|
List<GlueSchema> |
S3JsonSource.outputSchemas()
Specifies the data schema for the S3 JSON source.
|
| Modifier and Type | Method and Description |
|---|---|
AthenaConnectorSource.Builder |
AthenaConnectorSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom Athena source.
|
S3DeltaSource.Builder |
S3DeltaSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the JDBC target.
|
SparkConnectorTarget.Builder |
SparkConnectorTarget.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom spark target.
|
S3HudiSource.Builder |
S3HudiSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Hudi source.
|
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource.Builder |
S3CatalogDeltaSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
SparkConnectorSource.Builder |
SparkConnectorSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies data schema for the custom spark source.
|
JDBCConnectorSource.Builder |
JDBCConnectorSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom JDBC source.
|
CustomCode.Builder |
CustomCode.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom code transform.
|
S3CsvSource.Builder |
S3CsvSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 CSV source.
|
SnowflakeSource.Builder |
SnowflakeSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies user-defined schemas for your output data.
|
DynamicTransform.Builder |
DynamicTransform.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the dynamic transform.
|
S3ParquetSource.Builder |
S3ParquetSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
CatalogHudiSource.Builder |
CatalogHudiSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Hudi source.
|
SparkSQL.Builder |
SparkSQL.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
S3CatalogHudiSource.Builder |
S3CatalogHudiSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Hudi source.
|
S3JsonSource.Builder |
S3JsonSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 JSON source.
|
| Modifier and Type | Method and Description |
|---|---|
AthenaConnectorSource.Builder |
AthenaConnectorSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom Athena source.
|
S3DeltaSource.Builder |
S3DeltaSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the JDBC target.
|
SparkConnectorTarget.Builder |
SparkConnectorTarget.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom spark target.
|
S3HudiSource.Builder |
S3HudiSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource.Builder |
S3CatalogDeltaSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
SparkConnectorSource.Builder |
SparkConnectorSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies data schema for the custom spark source.
|
JDBCConnectorSource.Builder |
JDBCConnectorSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom JDBC source.
|
CustomCode.Builder |
CustomCode.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom code transform.
|
S3CsvSource.Builder |
S3CsvSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 CSV source.
|
SnowflakeSource.Builder |
SnowflakeSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies user-defined schemas for your output data.
|
DynamicTransform.Builder |
DynamicTransform.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the dynamic transform.
|
S3ParquetSource.Builder |
S3ParquetSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
CatalogHudiSource.Builder |
CatalogHudiSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
SparkSQL.Builder |
SparkSQL.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
S3CatalogHudiSource.Builder |
S3CatalogHudiSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
S3JsonSource.Builder |
S3JsonSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 JSON source.
|
Copyright © 2023. All rights reserved.