| 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> |
SparkSQL.getOutputSchemas()
Specifies the data schema for the SparkSQL transform.
|
List<GlueSchema> |
CustomCode.getOutputSchemas()
Specifies the data schema for the custom code 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> |
S3CsvSource.getOutputSchemas()
Specifies the data schema for the S3 CSV source.
|
List<GlueSchema> |
SparkConnectorSource.getOutputSchemas()
Specifies data schema for the custom spark source.
|
List<GlueSchema> |
JDBCConnectorSource.getOutputSchemas()
Specifies the data schema for the custom JDBC source.
|
List<GlueSchema> |
AthenaConnectorSource.getOutputSchemas()
Specifies the data schema for the custom Athena source.
|
| Modifier and Type | Method and Description |
|---|---|
SparkSQL |
SparkSQL.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
CustomCode |
CustomCode.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom code 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.
|
S3CsvSource |
S3CsvSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 CSV source.
|
SparkConnectorSource |
SparkConnectorSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies data schema for the custom spark source.
|
JDBCConnectorSource |
JDBCConnectorSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom JDBC source.
|
AthenaConnectorSource |
AthenaConnectorSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom Athena source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SparkSQL.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
void |
CustomCode.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom code 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 |
S3CsvSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 CSV source.
|
void |
SparkConnectorSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies data schema for the custom spark source.
|
void |
JDBCConnectorSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom JDBC source.
|
void |
AthenaConnectorSource.setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom Athena source.
|
SparkSQL |
SparkSQL.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
CustomCode |
CustomCode.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom code 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.
|
S3CsvSource |
S3CsvSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 CSV source.
|
SparkConnectorSource |
SparkConnectorSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies data schema for the custom spark source.
|
JDBCConnectorSource |
JDBCConnectorSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom JDBC source.
|
AthenaConnectorSource |
AthenaConnectorSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom Athena source.
|
Copyright © 2022. All rights reserved.