Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GlueSchema |
GlueSchema.clone() |
GlueSchema |
GlueSchema.withColumns(Collection<GlueStudioSchemaColumn> columns)
Specifies the column definitions that make up a Glue schema.
|
GlueSchema |
GlueSchema.withColumns(GlueStudioSchemaColumn... columns)
Specifies the column definitions that make up a Glue schema.
|
Modifier and Type | Method and Description |
---|---|
List<GlueSchema> |
S3DeltaSource.getOutputSchemas()
Specifies the data schema for the Delta Lake source.
|
List<GlueSchema> |
CatalogDeltaSource.getOutputSchemas()
Specifies the data schema for the Delta Lake source.
|
List<GlueSchema> |
S3CatalogDeltaSource.getOutputSchemas()
Specifies the data schema for the Delta Lake source.
|
List<GlueSchema> |
S3HudiSource.getOutputSchemas()
Specifies the data schema for the Hudi source.
|
List<GlueSchema> |
CatalogHudiSource.getOutputSchemas()
Specifies the data schema for the Hudi source.
|
List<GlueSchema> |
S3CatalogHudiSource.getOutputSchemas()
Specifies the data schema for the Hudi source.
|
List<GlueSchema> |
DynamicTransform.getOutputSchemas()
Specifies the data schema for the dynamic transform.
|
List<GlueSchema> |
SparkSQL.getOutputSchemas()
Specifies the data schema for the SparkSQL transform.
|
List<GlueSchema> |
SparkConnectorTarget.getOutputSchemas()
Specifies the data schema for the custom spark target.
|
List<GlueSchema> |
JDBCConnectorTarget.getOutputSchemas()
Specifies the data schema for the JDBC target.
|
List<GlueSchema> |
S3ParquetSource.getOutputSchemas()
Specifies the data schema for the S3 Parquet source.
|
List<GlueSchema> |
S3JsonSource.getOutputSchemas()
Specifies the data schema for the S3 JSON source.
|
List<GlueSchema> |
SparkConnectorSource.getOutputSchemas()
Specifies data schema for the custom spark source.
|
List<GlueSchema> |
AthenaConnectorSource.getOutputSchemas()
Specifies the data schema for the custom Athena source.
|
List<GlueSchema> |
S3CsvSource.getOutputSchemas()
Specifies the data schema for the S3 CSV source.
|
List<GlueSchema> |
JDBCConnectorSource.getOutputSchemas()
Specifies the data schema for the custom JDBC source.
|
List<GlueSchema> |
CustomCode.getOutputSchemas()
Specifies the data schema for the custom code transform.
|
Modifier and Type | Method and Description |
---|---|
S3DeltaSource |
S3DeltaSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
CatalogDeltaSource |
CatalogDeltaSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3HudiSource |
S3HudiSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Hudi source.
|
CatalogHudiSource |
CatalogHudiSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Hudi source.
|
S3CatalogHudiSource |
S3CatalogHudiSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Hudi source.
|
DynamicTransform |
DynamicTransform.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the dynamic transform.
|
SparkSQL |
SparkSQL.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
SparkConnectorTarget |
SparkConnectorTarget.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom spark target.
|
JDBCConnectorTarget |
JDBCConnectorTarget.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the JDBC target.
|
S3ParquetSource |
S3ParquetSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
S3JsonSource |
S3JsonSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 JSON source.
|
SparkConnectorSource |
SparkConnectorSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies data schema for the custom spark source.
|
AthenaConnectorSource |
AthenaConnectorSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom Athena source.
|
S3CsvSource |
S3CsvSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 CSV source.
|
JDBCConnectorSource |
JDBCConnectorSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom JDBC source.
|
CustomCode |
CustomCode.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom code transform.
|
Modifier and Type | Method and Description |
---|---|
void |
S3DeltaSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
void |
CatalogDeltaSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
void |
S3CatalogDeltaSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
void |
S3HudiSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
void |
CatalogHudiSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
void |
S3CatalogHudiSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
void |
DynamicTransform.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the dynamic transform.
|
void |
SparkSQL.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
void |
SparkConnectorTarget.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom spark target.
|
void |
JDBCConnectorTarget.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the JDBC target.
|
void |
S3ParquetSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
void |
S3JsonSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 JSON source.
|
void |
SparkConnectorSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies data schema for the custom spark source.
|
void |
AthenaConnectorSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom Athena source.
|
void |
S3CsvSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 CSV source.
|
void |
JDBCConnectorSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom JDBC source.
|
void |
CustomCode.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom code transform.
|
S3DeltaSource |
S3DeltaSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
CatalogDeltaSource |
CatalogDeltaSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3HudiSource |
S3HudiSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
CatalogHudiSource |
CatalogHudiSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
S3CatalogHudiSource |
S3CatalogHudiSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Hudi source.
|
DynamicTransform |
DynamicTransform.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the dynamic transform.
|
SparkSQL |
SparkSQL.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
SparkConnectorTarget |
SparkConnectorTarget.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom spark target.
|
JDBCConnectorTarget |
JDBCConnectorTarget.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the JDBC target.
|
S3ParquetSource |
S3ParquetSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
S3JsonSource |
S3JsonSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 JSON source.
|
SparkConnectorSource |
SparkConnectorSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies data schema for the custom spark source.
|
AthenaConnectorSource |
AthenaConnectorSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom Athena source.
|
S3CsvSource |
S3CsvSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 CSV source.
|
JDBCConnectorSource |
JDBCConnectorSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom JDBC source.
|
CustomCode |
CustomCode.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom code transform.
|
Copyright © 2023. All rights reserved.