@Generated(value="software.amazon.awssdk:codegen") public final class GetTableObjectsRequest extends LakeFormationRequest implements ToCopyableBuilder<GetTableObjectsRequest.Builder,GetTableObjectsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTableObjectsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTableObjectsRequest.Builder |
builder() |
String |
catalogId()
The catalog containing the governed table.
|
String |
databaseName()
The database containing the governed table.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies how many values to return in a page.
|
String |
nextToken()
A continuation token if this is not the first call to retrieve these objects.
|
String |
partitionPredicate()
A predicate to filter the objects returned based on the partition keys defined in the governed table.
|
Instant |
queryAsOfTime()
The time as of when to read the governed table contents.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTableObjectsRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The governed table for which to retrieve objects.
|
GetTableObjectsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transactionId()
The transaction ID at which to read the governed table contents.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The catalog containing the governed table. Defaults to the caller’s account.
public final String databaseName()
The database containing the governed table.
public final String tableName()
The governed table for which to retrieve objects.
public final String transactionId()
The transaction ID at which to read the governed table contents. If this transaction has aborted, an error is
returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with
QueryAsOfTime.
QueryAsOfTime.public final Instant queryAsOfTime()
The time as of when to read the governed table contents. If not set, the most recent transaction commit time is
used. Cannot be specified along with TransactionId.
TransactionId.public final String partitionPredicate()
A predicate to filter the objects returned based on the partition keys defined in the governed table.
The comparison operators supported are: =, >, <, >=, <=
The logical operators supported are: AND
The data types supported are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
The comparison operators supported are: =, >, <, >=, <=
The logical operators supported are: AND
The data types supported are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
public final Integer maxResults()
Specifies how many values to return in a page.
public final String nextToken()
A continuation token if this is not the first call to retrieve these objects.
public GetTableObjectsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTableObjectsRequest.Builder,GetTableObjectsRequest>toBuilder in class LakeFormationRequestpublic static GetTableObjectsRequest.Builder builder()
public static Class<? extends GetTableObjectsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.