@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateTableRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest |
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 where the table resides.
|
String |
getDatabaseName()
The name of the catalog database in which the table resides.
|
TableInput |
getTableInput()
An updated
TableInput object to define the metadata table in the catalog. |
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
void |
setDatabaseName(String databaseName)
The name of the catalog database in which the table resides.
|
void |
setTableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateTableRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
UpdateTableRequest |
withDatabaseName(String databaseName)
The name of the catalog database in which the table resides.
|
UpdateTableRequest |
withTableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table 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, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCatalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by
default.public String getCatalogId()
The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by default.
public UpdateTableRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by
default.public void setDatabaseName(String databaseName)
The name of the catalog database in which the table resides.
databaseName - The name of the catalog database in which the table resides.public String getDatabaseName()
The name of the catalog database in which the table resides.
public UpdateTableRequest withDatabaseName(String databaseName)
The name of the catalog database in which the table resides.
databaseName - The name of the catalog database in which the table resides.public void setTableInput(TableInput tableInput)
An updated TableInput object to define the metadata table in the catalog.
tableInput - An updated TableInput object to define the metadata table in the catalog.public TableInput getTableInput()
An updated TableInput object to define the metadata table in the catalog.
TableInput object to define the metadata table in the catalog.public UpdateTableRequest withTableInput(TableInput tableInput)
An updated TableInput object to define the metadata table in the catalog.
tableInput - An updated TableInput object to define the metadata table in the catalog.public String toString()
toString in class ObjectObject.toString()public UpdateTableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.