static GetTableObjectsRequest.Builder |
GetTableObjectsRequest.builder() |
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.catalogId(String catalogId) |
The catalog containing the governed table.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.databaseName(String databaseName) |
The database containing the governed table.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.maxResults(Integer maxResults) |
Specifies how many values to return in a page.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.nextToken(String nextToken) |
A continuation token if this is not the first call to retrieve these objects.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.partitionPredicate(String partitionPredicate) |
A predicate to filter the objects returned based on the partition keys defined in the governed table.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.queryAsOfTime(Instant queryAsOfTime) |
The time as of when to read the governed table contents.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.tableName(String tableName) |
The governed table for which to retrieve objects.
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.toBuilder() |
|
GetTableObjectsRequest.Builder |
GetTableObjectsRequest.Builder.transactionId(String transactionId) |
The transaction ID at which to read the governed table contents.
|