@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlueConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for coordination with AWS Glue, a fully managed extract, transform and load (ETL) service.
Constructor and Description |
---|
GlueConfiguration() |
Modifier and Type | Method and Description |
---|---|
GlueConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the database in your AWS Glue Data Catalog in which the table is located.
|
String |
getTableName()
The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseName(String databaseName)
The name of the database in your AWS Glue Data Catalog in which the table is located.
|
void |
setTableName(String tableName)
The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations.
|
String |
toString()
Returns a string representation of this object.
|
GlueConfiguration |
withDatabaseName(String databaseName)
The name of the database in your AWS Glue Data Catalog in which the table is located.
|
GlueConfiguration |
withTableName(String tableName)
The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations.
|
public void setTableName(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.public String getTableName()
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.
public GlueConfiguration withTableName(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.public void setDatabaseName(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.public String getDatabaseName()
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.
public GlueConfiguration withDatabaseName(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.public String toString()
toString
in class Object
Object.toString()
public GlueConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.