@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUnfilteredTableMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetUnfilteredTableMetadataRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetUnfilteredTableMetadataRequest |
clone() |
boolean |
equals(Object obj) |
AuditContext |
getAuditContext()
A structure containing Lake Formation audit context information.
|
String |
getCatalogId()
The catalog ID where the table resides.
|
String |
getDatabaseName()
(Required) Specifies the name of a database that contains the table.
|
String |
getName()
(Required) Specifies the name of a table for which you are requesting metadata.
|
List<String> |
getSupportedPermissionTypes()
(Required) A list of supported permission types.
|
int |
hashCode() |
void |
setAuditContext(AuditContext auditContext)
A structure containing Lake Formation audit context information.
|
void |
setCatalogId(String catalogId)
The catalog ID where the table resides.
|
void |
setDatabaseName(String databaseName)
(Required) Specifies the name of a database that contains the table.
|
void |
setName(String name)
(Required) Specifies the name of a table for which you are requesting metadata.
|
void |
setSupportedPermissionTypes(Collection<String> supportedPermissionTypes)
(Required) A list of supported permission types.
|
String |
toString()
Returns a string representation of this object.
|
GetUnfilteredTableMetadataRequest |
withAuditContext(AuditContext auditContext)
A structure containing Lake Formation audit context information.
|
GetUnfilteredTableMetadataRequest |
withCatalogId(String catalogId)
The catalog ID where the table resides.
|
GetUnfilteredTableMetadataRequest |
withDatabaseName(String databaseName)
(Required) Specifies the name of a database that contains the table.
|
GetUnfilteredTableMetadataRequest |
withName(String name)
(Required) Specifies the name of a table for which you are requesting metadata.
|
GetUnfilteredTableMetadataRequest |
withSupportedPermissionTypes(Collection<String> supportedPermissionTypes)
(Required) A list of supported permission types.
|
GetUnfilteredTableMetadataRequest |
withSupportedPermissionTypes(PermissionType... supportedPermissionTypes)
(Required) A list of supported permission types.
|
GetUnfilteredTableMetadataRequest |
withSupportedPermissionTypes(String... supportedPermissionTypes)
(Required) A list of supported permission types.
|
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 void setCatalogId(String catalogId)
The catalog ID where the table resides.
catalogId - The catalog ID where the table resides.public String getCatalogId()
The catalog ID where the table resides.
public GetUnfilteredTableMetadataRequest withCatalogId(String catalogId)
The catalog ID where the table resides.
catalogId - The catalog ID where the table resides.public void setDatabaseName(String databaseName)
(Required) Specifies the name of a database that contains the table.
databaseName - (Required) Specifies the name of a database that contains the table.public String getDatabaseName()
(Required) Specifies the name of a database that contains the table.
public GetUnfilteredTableMetadataRequest withDatabaseName(String databaseName)
(Required) Specifies the name of a database that contains the table.
databaseName - (Required) Specifies the name of a database that contains the table.public void setName(String name)
(Required) Specifies the name of a table for which you are requesting metadata.
name - (Required) Specifies the name of a table for which you are requesting metadata.public String getName()
(Required) Specifies the name of a table for which you are requesting metadata.
public GetUnfilteredTableMetadataRequest withName(String name)
(Required) Specifies the name of a table for which you are requesting metadata.
name - (Required) Specifies the name of a table for which you are requesting metadata.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 GetUnfilteredTableMetadataRequest 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 GetUnfilteredTableMetadataRequest 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 GetUnfilteredTableMetadataRequest withSupportedPermissionTypes(Collection<String> supportedPermissionTypes)
(Required) A list of supported permission types.
supportedPermissionTypes - (Required) A list of supported permission types.PermissionTypepublic GetUnfilteredTableMetadataRequest withSupportedPermissionTypes(PermissionType... supportedPermissionTypes)
(Required) A list of supported permission types.
supportedPermissionTypes - (Required) A list of supported permission types.PermissionTypepublic String toString()
toString in class ObjectObject.toString()public GetUnfilteredTableMetadataRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.