Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DatabaseInput |
DatabaseInput.addParametersEntry(String key,
String value) |
DatabaseInput |
DatabaseInput.clearParametersEntries()
Removes all the entries added into Parameters.
|
DatabaseInput |
DatabaseInput.clone() |
DatabaseInput |
UpdateDatabaseRequest.getDatabaseInput()
A
DatabaseInput object specifying the new definition of the metadata database in the catalog. |
DatabaseInput |
CreateDatabaseRequest.getDatabaseInput()
A
DatabaseInput object defining the metadata database to create in the catalog. |
DatabaseInput |
DatabaseInput.withDescription(String description)
Description of the database
|
DatabaseInput |
DatabaseInput.withLocationUri(String locationUri)
The location of the database (for example, an HDFS path).
|
DatabaseInput |
DatabaseInput.withName(String name)
Name of the database.
|
DatabaseInput |
DatabaseInput.withParameters(Map<String,String> parameters)
A list of key-value pairs that define parameters and properties of the database.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDatabaseRequest.setDatabaseInput(DatabaseInput databaseInput)
A
DatabaseInput object specifying the new definition of the metadata database in the catalog. |
void |
CreateDatabaseRequest.setDatabaseInput(DatabaseInput databaseInput)
A
DatabaseInput object defining the metadata database to create in the catalog. |
UpdateDatabaseRequest |
UpdateDatabaseRequest.withDatabaseInput(DatabaseInput databaseInput)
A
DatabaseInput object specifying the new definition of the metadata database in the catalog. |
CreateDatabaseRequest |
CreateDatabaseRequest.withDatabaseInput(DatabaseInput databaseInput)
A
DatabaseInput object defining the metadata database to create in the catalog. |
Copyright © 2018. All rights reserved.