public static interface GlueConfiguration.Builder extends SdkPojo, CopyableBuilder<GlueConfiguration.Builder,GlueConfiguration>
| Modifier and Type | Method and Description |
|---|---|
GlueConfiguration.Builder |
databaseName(String databaseName)
The name of the database in your Glue Data Catalog in which the table is located.
|
GlueConfiguration.Builder |
tableName(String tableName)
The name of the table in your Glue Data Catalog that is used to perform the ETL operations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlueConfiguration.Builder tableName(String tableName)
The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
tableName - The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue
Data Catalog table contains partitioned data and descriptions of data sources and targets.GlueConfiguration.Builder databaseName(String databaseName)
The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.
databaseName - The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog
database contains metadata tables.Copyright © 2023. All rights reserved.