@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
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, 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.
databaseName
- The catalog database in which to create the new table.public String getDatabaseName()
The catalog database in which to create the new table.
public CreateTableRequest withDatabaseName(String databaseName)
The catalog database in which to create the new table.
databaseName
- The catalog database in which to create the new table.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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.