@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreatePartitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchCreatePartitionRequest() |
Modifier and Type | Method and Description |
---|---|
BatchCreatePartitionRequest |
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 partion is to be created.
|
String |
getDatabaseName()
The name of the metadata database in which the partition is to be created.
|
List<PartitionInput> |
getPartitionInputList()
A list of
PartitionInput structures that define the partitions to be created. |
String |
getTableName()
The name of the metadata table in which the partition is to be created.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the catalog in which the partion is to be created.
|
void |
setDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
void |
setPartitionInputList(Collection<PartitionInput> partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
void |
setTableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchCreatePartitionRequest |
withCatalogId(String catalogId)
The ID of the catalog in which the partion is to be created.
|
BatchCreatePartitionRequest |
withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
BatchCreatePartitionRequest |
withPartitionInputList(Collection<PartitionInput> partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest |
withPartitionInputList(PartitionInput... partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest |
withTableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
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 partion is to be created. Currently, this should be the AWS account ID.
catalogId
- The ID of the catalog in which the partion is to be created. Currently, this should be the AWS account ID.public String getCatalogId()
The ID of the catalog in which the partion is to be created. Currently, this should be the AWS account ID.
public BatchCreatePartitionRequest withCatalogId(String catalogId)
The ID of the catalog in which the partion is to be created. Currently, this should be the AWS account ID.
catalogId
- The ID of the catalog in which the partion is to be created. Currently, this should be the AWS account ID.public void setDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
databaseName
- The name of the metadata database in which the partition is to be created.public String getDatabaseName()
The name of the metadata database in which the partition is to be created.
public BatchCreatePartitionRequest withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
databaseName
- The name of the metadata database in which the partition is to be created.public void setTableName(String tableName)
The name of the metadata table in which the partition is to be created.
tableName
- The name of the metadata table in which the partition is to be created.public String getTableName()
The name of the metadata table in which the partition is to be created.
public BatchCreatePartitionRequest withTableName(String tableName)
The name of the metadata table in which the partition is to be created.
tableName
- The name of the metadata table in which the partition is to be created.public List<PartitionInput> getPartitionInputList()
A list of PartitionInput
structures that define the partitions to be created.
PartitionInput
structures that define the partitions to be created.public void setPartitionInputList(Collection<PartitionInput> partitionInputList)
A list of PartitionInput
structures that define the partitions to be created.
partitionInputList
- A list of PartitionInput
structures that define the partitions to be created.public BatchCreatePartitionRequest withPartitionInputList(PartitionInput... partitionInputList)
A list of PartitionInput
structures that define the partitions to be created.
NOTE: This method appends the values to the existing list (if any). Use
setPartitionInputList(java.util.Collection)
or withPartitionInputList(java.util.Collection)
if
you want to override the existing values.
partitionInputList
- A list of PartitionInput
structures that define the partitions to be created.public BatchCreatePartitionRequest withPartitionInputList(Collection<PartitionInput> partitionInputList)
A list of PartitionInput
structures that define the partitions to be created.
partitionInputList
- A list of PartitionInput
structures that define the partitions to be created.public String toString()
toString
in class Object
Object.toString()
public BatchCreatePartitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.