@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTableObjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTableObjectsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTableObjectsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The catalog containing the governed table to update.
|
String |
getDatabaseName()
The database containing the governed table to update.
|
String |
getTableName()
The governed table to update.
|
String |
getTransactionId()
The transaction at which to do the write.
|
List<WriteOperation> |
getWriteOperations()
A list of
WriteOperation objects that define an object to add to or delete from the manifest for a
governed table. |
int |
hashCode() |
void |
setCatalogId(String catalogId)
The catalog containing the governed table to update.
|
void |
setDatabaseName(String databaseName)
The database containing the governed table to update.
|
void |
setTableName(String tableName)
The governed table to update.
|
void |
setTransactionId(String transactionId)
The transaction at which to do the write.
|
void |
setWriteOperations(Collection<WriteOperation> writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for a
governed table. |
String |
toString()
Returns a string representation of this object.
|
UpdateTableObjectsRequest |
withCatalogId(String catalogId)
The catalog containing the governed table to update.
|
UpdateTableObjectsRequest |
withDatabaseName(String databaseName)
The database containing the governed table to update.
|
UpdateTableObjectsRequest |
withTableName(String tableName)
The governed table to update.
|
UpdateTableObjectsRequest |
withTransactionId(String transactionId)
The transaction at which to do the write.
|
UpdateTableObjectsRequest |
withWriteOperations(Collection<WriteOperation> writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for a
governed table. |
UpdateTableObjectsRequest |
withWriteOperations(WriteOperation... writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for a
governed table. |
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 catalog containing the governed table to update. Defaults to the caller’s account ID.
catalogId
- The catalog containing the governed table to update. Defaults to the caller’s account ID.public String getCatalogId()
The catalog containing the governed table to update. Defaults to the caller’s account ID.
public UpdateTableObjectsRequest withCatalogId(String catalogId)
The catalog containing the governed table to update. Defaults to the caller’s account ID.
catalogId
- The catalog containing the governed table to update. Defaults to the caller’s account ID.public void setDatabaseName(String databaseName)
The database containing the governed table to update.
databaseName
- The database containing the governed table to update.public String getDatabaseName()
The database containing the governed table to update.
public UpdateTableObjectsRequest withDatabaseName(String databaseName)
The database containing the governed table to update.
databaseName
- The database containing the governed table to update.public void setTableName(String tableName)
The governed table to update.
tableName
- The governed table to update.public String getTableName()
The governed table to update.
public UpdateTableObjectsRequest withTableName(String tableName)
The governed table to update.
tableName
- The governed table to update.public void setTransactionId(String transactionId)
The transaction at which to do the write.
transactionId
- The transaction at which to do the write.public String getTransactionId()
The transaction at which to do the write.
public UpdateTableObjectsRequest withTransactionId(String transactionId)
The transaction at which to do the write.
transactionId
- The transaction at which to do the write.public List<WriteOperation> getWriteOperations()
A list of WriteOperation
objects that define an object to add to or delete from the manifest for a
governed table.
WriteOperation
objects that define an object to add to or delete from the manifest
for a governed table.public void setWriteOperations(Collection<WriteOperation> writeOperations)
A list of WriteOperation
objects that define an object to add to or delete from the manifest for a
governed table.
writeOperations
- A list of WriteOperation
objects that define an object to add to or delete from the manifest
for a governed table.public UpdateTableObjectsRequest withWriteOperations(WriteOperation... writeOperations)
A list of WriteOperation
objects that define an object to add to or delete from the manifest for a
governed table.
NOTE: This method appends the values to the existing list (if any). Use
setWriteOperations(java.util.Collection)
or withWriteOperations(java.util.Collection)
if you
want to override the existing values.
writeOperations
- A list of WriteOperation
objects that define an object to add to or delete from the manifest
for a governed table.public UpdateTableObjectsRequest withWriteOperations(Collection<WriteOperation> writeOperations)
A list of WriteOperation
objects that define an object to add to or delete from the manifest for a
governed table.
writeOperations
- A list of WriteOperation
objects that define an object to add to or delete from the manifest
for a governed table.public String toString()
toString
in class Object
Object.toString()
public UpdateTableObjectsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.