Uses of Interface
software.amazon.awssdk.services.lakeformation.model.GetTableObjectsRequest.Builder
-
Packages that use GetTableObjectsRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of GetTableObjectsRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type GetTableObjectsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTableObjectsResponse>LakeFormationAsyncClient. getTableObjects(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)Returns the set of Amazon S3 objects that make up the specified governed table.default GetTableObjectsResponseLakeFormationClient. getTableObjects(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)Returns the set of Amazon S3 objects that make up the specified governed table.default GetTableObjectsPublisherLakeFormationAsyncClient. getTableObjectsPaginator(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)Returns the set of Amazon S3 objects that make up the specified governed table.default GetTableObjectsIterableLakeFormationClient. getTableObjectsPaginator(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest)Returns the set of Amazon S3 objects that make up the specified governed table. -
Uses of GetTableObjectsRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return GetTableObjectsRequest.Builder Modifier and Type Method Description static GetTableObjectsRequest.BuilderGetTableObjectsRequest. builder()GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. catalogId(String catalogId)The catalog containing the governed table.GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. databaseName(String databaseName)The database containing the governed table.GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. maxResults(Integer maxResults)Specifies how many values to return in a page.GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. nextToken(String nextToken)A continuation token if this is not the first call to retrieve these objects.GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. partitionPredicate(String partitionPredicate)A predicate to filter the objects returned based on the partition keys defined in the governed table.GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. queryAsOfTime(Instant queryAsOfTime)The time as of when to read the governed table contents.GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. tableName(String tableName)The governed table for which to retrieve objects.GetTableObjectsRequest.BuilderGetTableObjectsRequest. toBuilder()GetTableObjectsRequest.BuilderGetTableObjectsRequest.Builder. transactionId(String transactionId)The transaction ID at which to read the governed table contents.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type GetTableObjectsRequest.Builder Modifier and Type Method Description static Class<? extends GetTableObjectsRequest.Builder>GetTableObjectsRequest. serializableBuilderClass()
-