Uses of Interface
software.amazon.awssdk.services.lakeformation.model.QuerySessionContext.Builder
-
Packages that use QuerySessionContext.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of QuerySessionContext.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return QuerySessionContext.Builder Modifier and Type Method Description QuerySessionContext.BuilderQuerySessionContext.Builder. additionalContext(Map<String,String> additionalContext)An opaque string-string map passed by the query engine.static QuerySessionContext.BuilderQuerySessionContext. builder()QuerySessionContext.BuilderQuerySessionContext.Builder. clusterId(String clusterId)An identifier string for the consumer cluster.QuerySessionContext.BuilderQuerySessionContext.Builder. queryAuthorizationId(String queryAuthorizationId)A cryptographically generated query identifier generated by Glue or Lake Formation.QuerySessionContext.BuilderQuerySessionContext.Builder. queryId(String queryId)A unique identifier generated by the query engine for the query.QuerySessionContext.BuilderQuerySessionContext.Builder. queryStartTime(Instant queryStartTime)A timestamp provided by the query engine for when the query started.QuerySessionContext.BuilderQuerySessionContext. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type QuerySessionContext.Builder Modifier and Type Method Description static Class<? extends QuerySessionContext.Builder>QuerySessionContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type QuerySessionContext.Builder Modifier and Type Method Description default GetTemporaryGlueTableCredentialsRequest.BuilderGetTemporaryGlueTableCredentialsRequest.Builder. querySessionContext(Consumer<QuerySessionContext.Builder> querySessionContext)A structure used as a protocol between query engines and Lake Formation or Glue.
-