public static interface GetTableObjectsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetTableObjectsRequest.Builder,GetTableObjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTableObjectsRequest.Builder |
catalogId(String catalogId)
The catalog containing the governed table.
|
GetTableObjectsRequest.Builder |
databaseName(String databaseName)
The database containing the governed table.
|
GetTableObjectsRequest.Builder |
maxResults(Integer maxResults)
Specifies how many values to return in a page.
|
GetTableObjectsRequest.Builder |
nextToken(String nextToken)
A continuation token if this is not the first call to retrieve these objects.
|
GetTableObjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTableObjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTableObjectsRequest.Builder |
partitionPredicate(String partitionPredicate)
A predicate to filter the objects returned based on the partition keys defined in the governed table.
|
GetTableObjectsRequest.Builder |
queryAsOfTime(Instant queryAsOfTime)
The time as of when to read the governed table contents.
|
GetTableObjectsRequest.Builder |
tableName(String tableName)
The governed table for which to retrieve objects.
|
GetTableObjectsRequest.Builder |
transactionId(String transactionId)
The transaction ID at which to read the governed table contents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTableObjectsRequest.Builder catalogId(String catalogId)
The catalog containing the governed table. Defaults to the caller’s account.
catalogId - The catalog containing the governed table. Defaults to the caller’s account.GetTableObjectsRequest.Builder databaseName(String databaseName)
The database containing the governed table.
databaseName - The database containing the governed table.GetTableObjectsRequest.Builder tableName(String tableName)
The governed table for which to retrieve objects.
tableName - The governed table for which to retrieve objects.GetTableObjectsRequest.Builder transactionId(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.
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.GetTableObjectsRequest.Builder queryAsOfTime(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.
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.GetTableObjectsRequest.Builder partitionPredicate(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.
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.
GetTableObjectsRequest.Builder maxResults(Integer maxResults)
Specifies how many values to return in a page.
maxResults - Specifies how many values to return in a page.GetTableObjectsRequest.Builder nextToken(String nextToken)
A continuation token if this is not the first call to retrieve these objects.
nextToken - A continuation token if this is not the first call to retrieve these objects.GetTableObjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTableObjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.