@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateTableRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTableRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog in which to create the
Table . |
String |
getDatabaseName()
The catalog database in which to create the new table.
|
TableInput |
getTableInput()
The
TableInput object that defines the metadata table to create in the catalog. |
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog in which to create the
Table . |
void |
setDatabaseName(String databaseName)
The catalog database in which to create the new table.
|
void |
setTableInput(TableInput tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
String |
toString()
Returns a string representation of this object.
|
CreateTableRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog in which to create the
Table . |
CreateTableRequest |
withDatabaseName(String databaseName)
The catalog database in which to create the new table.
|
CreateTableRequest |
withTableInput(TableInput tableInput)
The
TableInput object that defines the metadata table 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 Table
. If none is supplied, the AWS account ID is
used by default.
catalogId
- The ID of the Data Catalog in which to create the Table
. 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 Table
. If none is supplied, the AWS account ID is
used by default.
Table
. If none is supplied, the AWS
account ID is used by default.public CreateTableRequest withCatalogId(String catalogId)
The ID of the Data Catalog in which to create the Table
. If none is supplied, the AWS account ID is
used by default.
catalogId
- The ID of the Data Catalog in which to create the Table
. If none is supplied, the AWS account
ID is used by default.public void setDatabaseName(String databaseName)
The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.
databaseName
- The catalog database in which to create the new table. For Hive compatibility, this name is entirely
lowercase.public String getDatabaseName()
The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.
public CreateTableRequest withDatabaseName(String databaseName)
The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.
databaseName
- The catalog database in which to create the new table. For Hive compatibility, this name is entirely
lowercase.public void setTableInput(TableInput tableInput)
The TableInput
object that defines the metadata table to create in the catalog.
tableInput
- The TableInput
object that defines the metadata table to create in the catalog.public TableInput getTableInput()
The TableInput
object that defines the metadata table to create in the catalog.
TableInput
object that defines the metadata table to create in the catalog.public CreateTableRequest withTableInput(TableInput tableInput)
The TableInput
object that defines the metadata table to create in the catalog.
tableInput
- The TableInput
object that defines the metadata table to create in the catalog.public String toString()
toString
in class Object
Object.toString()
public CreateTableRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.