@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUnfilteredTableMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetUnfilteredTableMetadataResult() |
| Modifier and Type | Method and Description |
|---|---|
GetUnfilteredTableMetadataResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuthorizedColumns()
A list of column names that the user has been granted access to.
|
List<ColumnRowFilter> |
getCellFilters()
A list of column row filters.
|
Boolean |
getIsRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
List<String> |
getPermissions()
The Lake Formation data permissions of the caller on the table.
|
String |
getQueryAuthorizationId()
A cryptographically generated query identifier generated by Glue or Lake Formation.
|
String |
getResourceArn()
The resource ARN of the parent resource extracted from the request.
|
Table |
getTable()
A Table object containing the table metadata.
|
int |
hashCode() |
Boolean |
isRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
void |
setAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
|
void |
setCellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
|
void |
setIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
void |
setPermissions(Collection<String> permissions)
The Lake Formation data permissions of the caller on the table.
|
void |
setQueryAuthorizationId(String queryAuthorizationId)
A cryptographically generated query identifier generated by Glue or Lake Formation.
|
void |
setResourceArn(String resourceArn)
The resource ARN of the parent resource extracted from the request.
|
void |
setTable(Table table)
A Table object containing the table metadata.
|
String |
toString()
Returns a string representation of this object.
|
GetUnfilteredTableMetadataResult |
withAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
|
GetUnfilteredTableMetadataResult |
withAuthorizedColumns(String... authorizedColumns)
A list of column names that the user has been granted access to.
|
GetUnfilteredTableMetadataResult |
withCellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
|
GetUnfilteredTableMetadataResult |
withCellFilters(ColumnRowFilter... cellFilters)
A list of column row filters.
|
GetUnfilteredTableMetadataResult |
withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
GetUnfilteredTableMetadataResult |
withPermissions(Collection<String> permissions)
The Lake Formation data permissions of the caller on the table.
|
GetUnfilteredTableMetadataResult |
withPermissions(Permission... permissions)
The Lake Formation data permissions of the caller on the table.
|
GetUnfilteredTableMetadataResult |
withPermissions(String... permissions)
The Lake Formation data permissions of the caller on the table.
|
GetUnfilteredTableMetadataResult |
withQueryAuthorizationId(String queryAuthorizationId)
A cryptographically generated query identifier generated by Glue or Lake Formation.
|
GetUnfilteredTableMetadataResult |
withResourceArn(String resourceArn)
The resource ARN of the parent resource extracted from the request.
|
GetUnfilteredTableMetadataResult |
withTable(Table table)
A Table object containing the table metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTable(Table table)
A Table object containing the table metadata.
table - A Table object containing the table metadata.public Table getTable()
A Table object containing the table metadata.
public GetUnfilteredTableMetadataResult withTable(Table table)
A Table object containing the table metadata.
table - A Table object containing the table metadata.public List<String> getAuthorizedColumns()
A list of column names that the user has been granted access to.
public void setAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
authorizedColumns - A list of column names that the user has been granted access to.public GetUnfilteredTableMetadataResult withAuthorizedColumns(String... authorizedColumns)
A list of column names that the user has been granted access to.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizedColumns(java.util.Collection) or withAuthorizedColumns(java.util.Collection) if
you want to override the existing values.
authorizedColumns - A list of column names that the user has been granted access to.public GetUnfilteredTableMetadataResult withAuthorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
authorizedColumns - A list of column names that the user has been granted access to.public void setIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
isRegisteredWithLakeFormation - A Boolean value that indicates whether the partition location is registered with Lake Formation.public Boolean getIsRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
public GetUnfilteredTableMetadataResult withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
isRegisteredWithLakeFormation - A Boolean value that indicates whether the partition location is registered with Lake Formation.public Boolean isRegisteredWithLakeFormation()
A Boolean value that indicates whether the partition location is registered with Lake Formation.
public List<ColumnRowFilter> getCellFilters()
A list of column row filters.
public void setCellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
cellFilters - A list of column row filters.public GetUnfilteredTableMetadataResult withCellFilters(ColumnRowFilter... cellFilters)
A list of column row filters.
NOTE: This method appends the values to the existing list (if any). Use
setCellFilters(java.util.Collection) or withCellFilters(java.util.Collection) if you want to
override the existing values.
cellFilters - A list of column row filters.public GetUnfilteredTableMetadataResult withCellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
cellFilters - A list of column row filters.public void setQueryAuthorizationId(String queryAuthorizationId)
A cryptographically generated query identifier generated by Glue or Lake Formation.
queryAuthorizationId - A cryptographically generated query identifier generated by Glue or Lake Formation.public String getQueryAuthorizationId()
A cryptographically generated query identifier generated by Glue or Lake Formation.
public GetUnfilteredTableMetadataResult withQueryAuthorizationId(String queryAuthorizationId)
A cryptographically generated query identifier generated by Glue or Lake Formation.
queryAuthorizationId - A cryptographically generated query identifier generated by Glue or Lake Formation.public void setResourceArn(String resourceArn)
The resource ARN of the parent resource extracted from the request.
resourceArn - The resource ARN of the parent resource extracted from the request.public String getResourceArn()
The resource ARN of the parent resource extracted from the request.
public GetUnfilteredTableMetadataResult withResourceArn(String resourceArn)
The resource ARN of the parent resource extracted from the request.
resourceArn - The resource ARN of the parent resource extracted from the request.public List<String> getPermissions()
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
Permissionpublic void setPermissions(Collection<String> permissions)
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
permissions - The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view
context is found.Permissionpublic GetUnfilteredTableMetadataResult withPermissions(String... permissions)
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
NOTE: This method appends the values to the existing list (if any). Use
setPermissions(java.util.Collection) or withPermissions(java.util.Collection) if you want to
override the existing values.
permissions - The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view
context is found.Permissionpublic GetUnfilteredTableMetadataResult withPermissions(Collection<String> permissions)
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
permissions - The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view
context is found.Permissionpublic GetUnfilteredTableMetadataResult withPermissions(Permission... permissions)
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
permissions - The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view
context is found.Permissionpublic String toString()
toString in class ObjectObject.toString()public GetUnfilteredTableMetadataResult clone()
Copyright © 2024. All rights reserved.