Uses of Interface
software.amazon.awssdk.services.lakeformation.model.StartQueryPlanningResponse.Builder
-
Packages that use StartQueryPlanningResponse.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of StartQueryPlanningResponse.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return StartQueryPlanningResponse.Builder Modifier and Type Method Description static StartQueryPlanningResponse.BuilderStartQueryPlanningResponse. builder()StartQueryPlanningResponse.BuilderStartQueryPlanningResponse.Builder. queryId(String queryId)The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation.StartQueryPlanningResponse.BuilderStartQueryPlanningResponse. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type StartQueryPlanningResponse.Builder Modifier and Type Method Description static Class<? extends StartQueryPlanningResponse.Builder>StartQueryPlanningResponse. serializableBuilderClass()
-