@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public CatalogConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.