@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CatalogConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Updates to
| Constructor and Description |
|---|
CatalogConfigurationUpdate() |
| Modifier and Type | Method and Description |
|---|---|
CatalogConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
GlueDataCatalogConfigurationUpdate |
getGlueDataCatalogConfigurationUpdate()
Updates to the configuration parameters for the default AWS Glue database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGlueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate glueDataCatalogConfigurationUpdate)
Updates to the configuration parameters for the default AWS Glue database.
|
String |
toString()
Returns a string representation of this object.
|
CatalogConfigurationUpdate |
withGlueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate glueDataCatalogConfigurationUpdate)
Updates to the configuration parameters for the default AWS Glue database.
|
public void setGlueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate glueDataCatalogConfigurationUpdate)
Updates to 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.
glueDataCatalogConfigurationUpdate - Updates to 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.public GlueDataCatalogConfigurationUpdate getGlueDataCatalogConfigurationUpdate()
Updates to 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.
public CatalogConfigurationUpdate withGlueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate glueDataCatalogConfigurationUpdate)
Updates to 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.
glueDataCatalogConfigurationUpdate - Updates to 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.public String toString()
toString in class ObjectObject.toString()public CatalogConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.