@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlueDataCatalogConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Updates to the configuration of the Glue Data Catalog that you use for SQL queries that you write in a Managed Service for Apache Flink Studio notebook.
Constructor and Description |
---|
GlueDataCatalogConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
GlueDataCatalogConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseARNUpdate()
The updated Amazon Resource Name (ARN) of the database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseARNUpdate(String databaseARNUpdate)
The updated Amazon Resource Name (ARN) of the database.
|
String |
toString()
Returns a string representation of this object.
|
GlueDataCatalogConfigurationUpdate |
withDatabaseARNUpdate(String databaseARNUpdate)
The updated Amazon Resource Name (ARN) of the database.
|
public void setDatabaseARNUpdate(String databaseARNUpdate)
The updated Amazon Resource Name (ARN) of the database.
databaseARNUpdate
- The updated Amazon Resource Name (ARN) of the database.public String getDatabaseARNUpdate()
The updated Amazon Resource Name (ARN) of the database.
public GlueDataCatalogConfigurationUpdate withDatabaseARNUpdate(String databaseARNUpdate)
The updated Amazon Resource Name (ARN) of the database.
databaseARNUpdate
- The updated Amazon Resource Name (ARN) of the database.public String toString()
toString
in class Object
Object.toString()
public GlueDataCatalogConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.