Interface QuerySessionContext.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QuerySessionContext.Builder,
,QuerySessionContext> SdkBuilder<QuerySessionContext.Builder,
,QuerySessionContext> SdkPojo
- Enclosing class:
QuerySessionContext
public static interface QuerySessionContext.Builder
extends SdkPojo, CopyableBuilder<QuerySessionContext.Builder,QuerySessionContext>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalContext
(Map<String, String> additionalContext) An opaque string-string map passed by the query engine.An identifier string for the consumer cluster.queryAuthorizationId
(String queryAuthorizationId) A cryptographically generated query identifier generated by Glue or Lake Formation.A unique identifier generated by the query engine for the query.queryStartTime
(Instant queryStartTime) A timestamp provided by the query engine for when the query started.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
queryId
A unique identifier generated by the query engine for the query.
- Parameters:
queryId
- A unique identifier generated by the query engine for the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryStartTime
A timestamp provided by the query engine for when the query started.
- Parameters:
queryStartTime
- A timestamp provided by the query engine for when the query started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterId
An identifier string for the consumer cluster.
- Parameters:
clusterId
- An identifier string for the consumer cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryAuthorizationId
A cryptographically generated query identifier generated by Glue or Lake Formation.
- Parameters:
queryAuthorizationId
- A cryptographically generated query identifier generated by Glue or Lake Formation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalContext
An opaque string-string map passed by the query engine.
- Parameters:
additionalContext
- An opaque string-string map passed by the query engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-