@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatabaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDatabaseRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDatabaseRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog in which to create the database.
|
DatabaseInput |
getDatabaseInput()
A
DatabaseInput object defining the metadata database to create in the catalog. |
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog in which to create the database.
|
void |
setDatabaseInput(DatabaseInput databaseInput)
A
DatabaseInput object defining the metadata database to create in the catalog. |
String |
toString()
Returns a string representation of this object.
|
CreateDatabaseRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog in which to create the database.
|
CreateDatabaseRequest |
withDatabaseInput(DatabaseInput databaseInput)
A
DatabaseInput object defining the metadata database to create in the catalog. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCatalogId(String catalogId)
The ID of the Data Catalog in which to create the database. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog in which to create the database. If none is supplied, the AWS account ID is
used by default.public String getCatalogId()
The ID of the Data Catalog in which to create the database. If none is supplied, the AWS account ID is used by default.
public CreateDatabaseRequest withCatalogId(String catalogId)
The ID of the Data Catalog in which to create the database. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog in which to create the database. If none is supplied, the AWS account ID is
used by default.public void setDatabaseInput(DatabaseInput databaseInput)
A DatabaseInput
object defining the metadata database to create in the catalog.
databaseInput
- A DatabaseInput
object defining the metadata database to create in the catalog.public DatabaseInput getDatabaseInput()
A DatabaseInput
object defining the metadata database to create in the catalog.
DatabaseInput
object defining the metadata database to create in the catalog.public CreateDatabaseRequest withDatabaseInput(DatabaseInput databaseInput)
A DatabaseInput
object defining the metadata database to create in the catalog.
databaseInput
- A DatabaseInput
object defining the metadata database to create in the catalog.public String toString()
toString
in class Object
Object.toString()
public CreateDatabaseRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.