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 AWS Glue Data Catalog in which the table is located.
|
GlueConfiguration.Builder |
tableName(String tableName)
The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
GlueConfiguration.Builder tableName(String tableName)
The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations. An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
tableName
- The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations. An AWS
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 AWS Glue Data Catalog in which the table is located. An AWS Glue Data Catalog database contains metadata tables.
databaseName
- The name of the database in your AWS Glue Data Catalog in which the table is located. An AWS Glue Data
Catalog database contains metadata tables.