@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePartitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePartitionRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePartitionRequest |
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.
|
PartitionInput |
getPartitionInput()
A
PartitionInput structure defining the partition 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 |
setPartitionInput(PartitionInput partitionInput)
A
PartitionInput structure defining the partition 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.
|
CreatePartitionRequest |
withCatalogId(String catalogId)
The ID of the catalog in which the partion is to be created.
|
CreatePartitionRequest |
withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
CreatePartitionRequest |
withPartitionInput(PartitionInput partitionInput)
A
PartitionInput structure defining the partition to be created. |
CreatePartitionRequest |
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 CreatePartitionRequest 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 CreatePartitionRequest 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 CreatePartitionRequest 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 void setPartitionInput(PartitionInput partitionInput)
A PartitionInput
structure defining the partition to be created.
partitionInput
- A PartitionInput
structure defining the partition to be created.public PartitionInput getPartitionInput()
A PartitionInput
structure defining the partition to be created.
PartitionInput
structure defining the partition to be created.public CreatePartitionRequest withPartitionInput(PartitionInput partitionInput)
A PartitionInput
structure defining the partition to be created.
partitionInput
- A PartitionInput
structure defining the partition to be created.public String toString()
toString
in class Object
Object.toString()
public CreatePartitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.