@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlueConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) 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 which is used to perform the ETL (extract, transform and
load) 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 which is used to perform the ETL (extract, transform and
load) 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 which is used to perform the ETL (extract, transform and
load) operations.
|
public void setTableName(String tableName)
The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) 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 which is used to perform the ETL (extract, transform
and load) 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 which is used to perform the ETL (extract, transform and load) 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 which is used to perform the ETL (extract, transform and load) 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 which is used to perform the ETL (extract, transform
and load) 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 Glue Data 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 Glue Data 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 Glue Data 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 Glue Data 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 Glue Data 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.