| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
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> |
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> |
S3ParquetSource.outputSchemas()
Specifies the data schema for the S3 Parquet source.
|
List<GlueSchema> |
SparkConnectorTarget.outputSchemas()
Specifies the data schema for the custom spark target.
|
List<GlueSchema> |
JDBCConnectorTarget.outputSchemas()
Specifies the data schema for the JDBC target.
|
List<GlueSchema> |
AthenaConnectorSource.outputSchemas()
Specifies the data schema for the custom Athena source.
|
List<GlueSchema> |
SparkSQL.outputSchemas()
Specifies the data schema for the SparkSQL transform.
|
List<GlueSchema> |
S3JsonSource.outputSchemas()
Specifies the data schema for the S3 JSON source.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
S3ParquetSource.Builder |
S3ParquetSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
SparkConnectorTarget.Builder |
SparkConnectorTarget.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom spark target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the JDBC target.
|
AthenaConnectorSource.Builder |
AthenaConnectorSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom Athena source.
|
SparkSQL.Builder |
SparkSQL.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
S3JsonSource.Builder |
S3JsonSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 JSON source.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
S3ParquetSource.Builder |
S3ParquetSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
SparkConnectorTarget.Builder |
SparkConnectorTarget.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom spark target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the JDBC target.
|
AthenaConnectorSource.Builder |
AthenaConnectorSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom Athena source.
|
SparkSQL.Builder |
SparkSQL.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
S3JsonSource.Builder |
S3JsonSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 JSON source.
|
Copyright © 2022. All rights reserved.