Uses of Interface
software.amazon.awssdk.services.lakeformation.model.QueryPlanningContext.Builder
-
Packages that use QueryPlanningContext.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of QueryPlanningContext.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return QueryPlanningContext.Builder Modifier and Type Method Description static QueryPlanningContext.BuilderQueryPlanningContext. builder()QueryPlanningContext.BuilderQueryPlanningContext.Builder. catalogId(String catalogId)The ID of the Data Catalog where the partition in question resides.QueryPlanningContext.BuilderQueryPlanningContext.Builder. databaseName(String databaseName)The database containing the table.QueryPlanningContext.BuilderQueryPlanningContext.Builder. queryAsOfTime(Instant queryAsOfTime)The time as of when to read the table contents.QueryPlanningContext.BuilderQueryPlanningContext.Builder. queryParameters(Map<String,String> queryParameters)A map consisting of key-value pairs.QueryPlanningContext.BuilderQueryPlanningContext. toBuilder()QueryPlanningContext.BuilderQueryPlanningContext.Builder. transactionId(String transactionId)The transaction ID at which to read the table contents.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type QueryPlanningContext.Builder Modifier and Type Method Description static Class<? extends QueryPlanningContext.Builder>QueryPlanningContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type QueryPlanningContext.Builder Modifier and Type Method Description default StartQueryPlanningRequest.BuilderStartQueryPlanningRequest.Builder. queryPlanningContext(Consumer<QueryPlanningContext.Builder> queryPlanningContext)A structure containing information about the query plan.
-