Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DatabaseInput |
DatabaseInput.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
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()
The metadata for the database.
|
DatabaseInput |
DatabaseInput.withCreateTableDefaultPermissions(Collection<PrincipalPermissions> createTableDefaultPermissions)
Creates a set of default permissions on the table for principals.
|
DatabaseInput |
DatabaseInput.withCreateTableDefaultPermissions(PrincipalPermissions... createTableDefaultPermissions)
Creates a set of default permissions on the table for principals.
|
DatabaseInput |
DatabaseInput.withDescription(String description)
A description of the database.
|
DatabaseInput |
DatabaseInput.withLocationUri(String locationUri)
The location of the database (for example, an HDFS path).
|
DatabaseInput |
DatabaseInput.withName(String name)
The name of the database.
|
DatabaseInput |
DatabaseInput.withParameters(Map<String,String> parameters)
These key-value pairs 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)
The metadata for the database.
|
UpdateDatabaseRequest |
UpdateDatabaseRequest.withDatabaseInput(DatabaseInput databaseInput)
A
DatabaseInput object specifying the new definition of the metadata database in the catalog. |
CreateDatabaseRequest |
CreateDatabaseRequest.withDatabaseInput(DatabaseInput databaseInput)
The metadata for the database.
|
Copyright © 2020. All rights reserved.