@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUnfilteredPartitionMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetUnfilteredPartitionMetadataRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetUnfilteredPartitionMetadataRequest |
clone() |
boolean |
equals(Object obj) |
AuditContext |
getAuditContext()
A structure containing Lake Formation audit context information.
|
String |
getCatalogId()
The catalog ID where the partition resides.
|
String |
getDatabaseName()
(Required) Specifies the name of a database that contains the partition.
|
List<String> |
getPartitionValues()
(Required) A list of partition key values.
|
QuerySessionContext |
getQuerySessionContext()
A structure used as a protocol between query engines and Lake Formation or Glue.
|
String |
getRegion()
Specified only if the base tables belong to a different Amazon Web Services Region.
|
List<String> |
getSupportedPermissionTypes()
(Required) A list of supported permission types.
|
String |
getTableName()
(Required) Specifies the name of a table that contains the partition.
|
int |
hashCode() |
void |
setAuditContext(AuditContext auditContext)
A structure containing Lake Formation audit context information.
|
void |
setCatalogId(String catalogId)
The catalog ID where the partition resides.
|
void |
setDatabaseName(String databaseName)
(Required) Specifies the name of a database that contains the partition.
|
void |
setPartitionValues(Collection<String> partitionValues)
(Required) A list of partition key values.
|
void |
setQuerySessionContext(QuerySessionContext querySessionContext)
A structure used as a protocol between query engines and Lake Formation or Glue.
|
void |
setRegion(String region)
Specified only if the base tables belong to a different Amazon Web Services Region.
|
void |
setSupportedPermissionTypes(Collection<String> supportedPermissionTypes)
(Required) A list of supported permission types.
|
void |
setTableName(String tableName)
(Required) Specifies the name of a table that contains the partition.
|
String |
toString()
Returns a string representation of this object.
|
GetUnfilteredPartitionMetadataRequest |
withAuditContext(AuditContext auditContext)
A structure containing Lake Formation audit context information.
|
GetUnfilteredPartitionMetadataRequest |
withCatalogId(String catalogId)
The catalog ID where the partition resides.
|
GetUnfilteredPartitionMetadataRequest |
withDatabaseName(String databaseName)
(Required) Specifies the name of a database that contains the partition.
|
GetUnfilteredPartitionMetadataRequest |
withPartitionValues(Collection<String> partitionValues)
(Required) A list of partition key values.
|
GetUnfilteredPartitionMetadataRequest |
withPartitionValues(String... partitionValues)
(Required) A list of partition key values.
|
GetUnfilteredPartitionMetadataRequest |
withQuerySessionContext(QuerySessionContext querySessionContext)
A structure used as a protocol between query engines and Lake Formation or Glue.
|
GetUnfilteredPartitionMetadataRequest |
withRegion(String region)
Specified only if the base tables belong to a different Amazon Web Services Region.
|
GetUnfilteredPartitionMetadataRequest |
withSupportedPermissionTypes(Collection<String> supportedPermissionTypes)
(Required) A list of supported permission types.
|
GetUnfilteredPartitionMetadataRequest |
withSupportedPermissionTypes(PermissionType... supportedPermissionTypes)
(Required) A list of supported permission types.
|
GetUnfilteredPartitionMetadataRequest |
withSupportedPermissionTypes(String... supportedPermissionTypes)
(Required) A list of supported permission types.
|
GetUnfilteredPartitionMetadataRequest |
withTableName(String tableName)
(Required) Specifies the name of a table that contains the partition.
|
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, withSdkRequestTimeoutpublic GetUnfilteredPartitionMetadataRequest()
public void setRegion(String region)
Specified only if the base tables belong to a different Amazon Web Services Region.
region - Specified only if the base tables belong to a different Amazon Web Services Region.public String getRegion()
Specified only if the base tables belong to a different Amazon Web Services Region.
public GetUnfilteredPartitionMetadataRequest withRegion(String region)
Specified only if the base tables belong to a different Amazon Web Services Region.
region - Specified only if the base tables belong to a different Amazon Web Services Region.public void setCatalogId(String catalogId)
The catalog ID where the partition resides.
catalogId - The catalog ID where the partition resides.public String getCatalogId()
The catalog ID where the partition resides.
public GetUnfilteredPartitionMetadataRequest withCatalogId(String catalogId)
The catalog ID where the partition resides.
catalogId - The catalog ID where the partition resides.public void setDatabaseName(String databaseName)
(Required) Specifies the name of a database that contains the partition.
databaseName - (Required) Specifies the name of a database that contains the partition.public String getDatabaseName()
(Required) Specifies the name of a database that contains the partition.
public GetUnfilteredPartitionMetadataRequest withDatabaseName(String databaseName)
(Required) Specifies the name of a database that contains the partition.
databaseName - (Required) Specifies the name of a database that contains the partition.public void setTableName(String tableName)
(Required) Specifies the name of a table that contains the partition.
tableName - (Required) Specifies the name of a table that contains the partition.public String getTableName()
(Required) Specifies the name of a table that contains the partition.
public GetUnfilteredPartitionMetadataRequest withTableName(String tableName)
(Required) Specifies the name of a table that contains the partition.
tableName - (Required) Specifies the name of a table that contains the partition.public List<String> getPartitionValues()
(Required) A list of partition key values.
public void setPartitionValues(Collection<String> partitionValues)
(Required) A list of partition key values.
partitionValues - (Required) A list of partition key values.public GetUnfilteredPartitionMetadataRequest withPartitionValues(String... partitionValues)
(Required) A list of partition key values.
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 - (Required) A list of partition key values.public GetUnfilteredPartitionMetadataRequest withPartitionValues(Collection<String> partitionValues)
(Required) A list of partition key values.
partitionValues - (Required) A list of partition key values.public void setAuditContext(AuditContext auditContext)
A structure containing Lake Formation audit context information.
auditContext - A structure containing Lake Formation audit context information.public AuditContext getAuditContext()
A structure containing Lake Formation audit context information.
public GetUnfilteredPartitionMetadataRequest withAuditContext(AuditContext auditContext)
A structure containing Lake Formation audit context information.
auditContext - A structure containing Lake Formation audit context information.public List<String> getSupportedPermissionTypes()
(Required) A list of supported permission types.
PermissionTypepublic void setSupportedPermissionTypes(Collection<String> supportedPermissionTypes)
(Required) A list of supported permission types.
supportedPermissionTypes - (Required) A list of supported permission types.PermissionTypepublic GetUnfilteredPartitionMetadataRequest withSupportedPermissionTypes(String... supportedPermissionTypes)
(Required) A list of supported permission types.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedPermissionTypes(java.util.Collection) or
withSupportedPermissionTypes(java.util.Collection) if you want to override the existing values.
supportedPermissionTypes - (Required) A list of supported permission types.PermissionTypepublic GetUnfilteredPartitionMetadataRequest withSupportedPermissionTypes(Collection<String> supportedPermissionTypes)
(Required) A list of supported permission types.
supportedPermissionTypes - (Required) A list of supported permission types.PermissionTypepublic GetUnfilteredPartitionMetadataRequest withSupportedPermissionTypes(PermissionType... supportedPermissionTypes)
(Required) A list of supported permission types.
supportedPermissionTypes - (Required) A list of supported permission types.PermissionTypepublic void setQuerySessionContext(QuerySessionContext querySessionContext)
A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.
querySessionContext - A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake
Formation generated authorization identifier and information from the request's authorization context.public QuerySessionContext getQuerySessionContext()
A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.
public GetUnfilteredPartitionMetadataRequest withQuerySessionContext(QuerySessionContext querySessionContext)
A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.
querySessionContext - A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake
Formation generated authorization identifier and information from the request's authorization context.public String toString()
toString in class ObjectObject.toString()public GetUnfilteredPartitionMetadataRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.