@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetColumnStatisticsForPartitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetColumnStatisticsForPartitionRequest() |
Modifier and Type | Method and Description |
---|---|
GetColumnStatisticsForPartitionRequest |
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 partitions in question reside.
|
List<String> |
getColumnNames()
A list of the column names.
|
String |
getDatabaseName()
The name of the catalog database where the partitions reside.
|
List<String> |
getPartitionValues()
A list of partition values identifying the partition.
|
String |
getTableName()
The name of the partitions' table.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
void |
setColumnNames(Collection<String> columnNames)
A list of the column names.
|
void |
setDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
void |
setPartitionValues(Collection<String> partitionValues)
A list of partition values identifying the partition.
|
void |
setTableName(String tableName)
The name of the partitions' table.
|
String |
toString()
Returns a string representation of this object.
|
GetColumnStatisticsForPartitionRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
GetColumnStatisticsForPartitionRequest |
withColumnNames(Collection<String> columnNames)
A list of the column names.
|
GetColumnStatisticsForPartitionRequest |
withColumnNames(String... columnNames)
A list of the column names.
|
GetColumnStatisticsForPartitionRequest |
withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
GetColumnStatisticsForPartitionRequest |
withPartitionValues(Collection<String> partitionValues)
A list of partition values identifying the partition.
|
GetColumnStatisticsForPartitionRequest |
withPartitionValues(String... partitionValues)
A list of partition values identifying the partition.
|
GetColumnStatisticsForPartitionRequest |
withTableName(String tableName)
The name of the partitions' table.
|
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 GetColumnStatisticsForPartitionRequest()
public void setCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account
ID is used by default.public String getCatalogId()
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
public GetColumnStatisticsForPartitionRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account
ID is used by default.public void setDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
databaseName
- The name of the catalog database where the partitions reside.public String getDatabaseName()
The name of the catalog database where the partitions reside.
public GetColumnStatisticsForPartitionRequest withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
databaseName
- The name of the catalog database where the partitions reside.public void setTableName(String tableName)
The name of the partitions' table.
tableName
- The name of the partitions' table.public String getTableName()
The name of the partitions' table.
public GetColumnStatisticsForPartitionRequest withTableName(String tableName)
The name of the partitions' table.
tableName
- The name of the partitions' table.public List<String> getPartitionValues()
A list of partition values identifying the partition.
public void setPartitionValues(Collection<String> partitionValues)
A list of partition values identifying the partition.
partitionValues
- A list of partition values identifying the partition.public GetColumnStatisticsForPartitionRequest withPartitionValues(String... partitionValues)
A list of partition values identifying the partition.
NOTE: This method appends the values to the existing list (if any). Use
setPartitionValues(java.util.Collection)
or withPartitionValues(java.util.Collection)
if you
want to override the existing values.
partitionValues
- A list of partition values identifying the partition.public GetColumnStatisticsForPartitionRequest withPartitionValues(Collection<String> partitionValues)
A list of partition values identifying the partition.
partitionValues
- A list of partition values identifying the partition.public List<String> getColumnNames()
A list of the column names.
public void setColumnNames(Collection<String> columnNames)
A list of the column names.
columnNames
- A list of the column names.public GetColumnStatisticsForPartitionRequest withColumnNames(String... columnNames)
A list of the column names.
NOTE: This method appends the values to the existing list (if any). Use
setColumnNames(java.util.Collection)
or withColumnNames(java.util.Collection)
if you want to
override the existing values.
columnNames
- A list of the column names.public GetColumnStatisticsForPartitionRequest withColumnNames(Collection<String> columnNames)
A list of the column names.
columnNames
- A list of the column names.public String toString()
toString
in class Object
Object.toString()
public GetColumnStatisticsForPartitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.