@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CatalogConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration parameters for the default AWS Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
Constructor and Description |
---|
CatalogConfiguration() |
Modifier and Type | Method and Description |
---|---|
CatalogConfiguration |
clone() |
boolean |
equals(Object obj) |
GlueDataCatalogConfiguration |
getGlueDataCatalogConfiguration()
The configuration parameters for the default AWS Glue database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGlueDataCatalogConfiguration(GlueDataCatalogConfiguration glueDataCatalogConfiguration)
The configuration parameters for the default AWS Glue database.
|
String |
toString()
Returns a string representation of this object.
|
CatalogConfiguration |
withGlueDataCatalogConfiguration(GlueDataCatalogConfiguration glueDataCatalogConfiguration)
The configuration parameters for the default AWS Glue database.
|
public void setGlueDataCatalogConfiguration(GlueDataCatalogConfiguration glueDataCatalogConfiguration)
The configuration parameters for the default AWS Glue database. You use this database for Apache Flink SQL queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.
glueDataCatalogConfiguration
- The configuration parameters for the default AWS Glue database. You use this database for Apache Flink SQL
queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.public GlueDataCatalogConfiguration getGlueDataCatalogConfiguration()
The configuration parameters for the default AWS Glue database. You use this database for Apache Flink SQL queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.
public CatalogConfiguration withGlueDataCatalogConfiguration(GlueDataCatalogConfiguration glueDataCatalogConfiguration)
The configuration parameters for the default AWS Glue database. You use this database for Apache Flink SQL queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.
glueDataCatalogConfiguration
- The configuration parameters for the default AWS Glue database. You use this database for Apache Flink SQL
queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.public String toString()
toString
in class Object
Object.toString()
public CatalogConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.