@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlueDataCatalogConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.
| Constructor and Description |
|---|
GlueDataCatalogConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GlueDataCatalogConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseARN()
The Amazon Resource Name (ARN) of the database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDatabaseARN(String databaseARN)
The Amazon Resource Name (ARN) of the database.
|
String |
toString()
Returns a string representation of this object.
|
GlueDataCatalogConfiguration |
withDatabaseARN(String databaseARN)
The Amazon Resource Name (ARN) of the database.
|
public void setDatabaseARN(String databaseARN)
The Amazon Resource Name (ARN) of the database.
databaseARN - The Amazon Resource Name (ARN) of the database.public String getDatabaseARN()
The Amazon Resource Name (ARN) of the database.
public GlueDataCatalogConfiguration withDatabaseARN(String databaseARN)
The Amazon Resource Name (ARN) of the database.
databaseARN - The Amazon Resource Name (ARN) of the database.public String toString()
toString in class ObjectObject.toString()public GlueDataCatalogConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.