@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) |
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 ObjectObject.toString()public CatalogConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.