@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdatePartitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchUpdatePartitionRequest() |
Modifier and Type | Method and Description |
---|---|
BatchUpdatePartitionRequest |
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 catalog in which the partition is to be updated.
|
String |
getDatabaseName()
The name of the metadata database in which the partition is to be updated.
|
List<BatchUpdatePartitionRequestEntry> |
getEntries()
A list of up to 100
BatchUpdatePartitionRequestEntry objects to update. |
String |
getTableName()
The name of the metadata table in which the partition is to be updated.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the catalog in which the partition is to be updated.
|
void |
setDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be updated.
|
void |
setEntries(Collection<BatchUpdatePartitionRequestEntry> entries)
A list of up to 100
BatchUpdatePartitionRequestEntry objects to update. |
void |
setTableName(String tableName)
The name of the metadata table in which the partition is to be updated.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdatePartitionRequest |
withCatalogId(String catalogId)
The ID of the catalog in which the partition is to be updated.
|
BatchUpdatePartitionRequest |
withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be updated.
|
BatchUpdatePartitionRequest |
withEntries(BatchUpdatePartitionRequestEntry... entries)
A list of up to 100
BatchUpdatePartitionRequestEntry objects to update. |
BatchUpdatePartitionRequest |
withEntries(Collection<BatchUpdatePartitionRequestEntry> entries)
A list of up to 100
BatchUpdatePartitionRequestEntry objects to update. |
BatchUpdatePartitionRequest |
withTableName(String tableName)
The name of the metadata table in which the partition is to be updated.
|
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 catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.
catalogId
- The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web
Services account ID.public String getCatalogId()
The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.
public BatchUpdatePartitionRequest withCatalogId(String catalogId)
The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.
catalogId
- The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web
Services account ID.public void setDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be updated.
databaseName
- The name of the metadata database in which the partition is to be updated.public String getDatabaseName()
The name of the metadata database in which the partition is to be updated.
public BatchUpdatePartitionRequest withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be updated.
databaseName
- The name of the metadata database in which the partition is to be updated.public void setTableName(String tableName)
The name of the metadata table in which the partition is to be updated.
tableName
- The name of the metadata table in which the partition is to be updated.public String getTableName()
The name of the metadata table in which the partition is to be updated.
public BatchUpdatePartitionRequest withTableName(String tableName)
The name of the metadata table in which the partition is to be updated.
tableName
- The name of the metadata table in which the partition is to be updated.public List<BatchUpdatePartitionRequestEntry> getEntries()
A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.
BatchUpdatePartitionRequestEntry
objects to update.public void setEntries(Collection<BatchUpdatePartitionRequestEntry> entries)
A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.
entries
- A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.public BatchUpdatePartitionRequest withEntries(BatchUpdatePartitionRequestEntry... entries)
A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.public BatchUpdatePartitionRequest withEntries(Collection<BatchUpdatePartitionRequestEntry> entries)
A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.
entries
- A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.public String toString()
toString
in class Object
Object.toString()
public BatchUpdatePartitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()