public static interface QueryPlanningContext.Builder extends SdkPojo, CopyableBuilder<QueryPlanningContext.Builder,QueryPlanningContext>
| Modifier and Type | Method and Description |
|---|---|
QueryPlanningContext.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the partition in question resides.
|
QueryPlanningContext.Builder |
databaseName(String databaseName)
The database containing the table.
|
QueryPlanningContext.Builder |
queryAsOfTime(Instant queryAsOfTime)
The time as of when to read the table contents.
|
QueryPlanningContext.Builder |
queryParameters(Map<String,String> queryParameters)
A map consisting of key-value pairs.
|
QueryPlanningContext.Builder |
transactionId(String transactionId)
The transaction ID at which to read the table contents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryPlanningContext.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon
Web Services account ID is used by default.QueryPlanningContext.Builder databaseName(String databaseName)
The database containing the table.
databaseName - The database containing the table.QueryPlanningContext.Builder queryAsOfTime(Instant queryAsOfTime)
The time as of when to read the table contents. If not set, the most recent transaction commit time will be
used. Cannot be specified along with TransactionId.
queryAsOfTime - The time as of when to read the table contents. If not set, the most recent transaction commit time
will be used. Cannot be specified along with TransactionId.QueryPlanningContext.Builder queryParameters(Map<String,String> queryParameters)
A map consisting of key-value pairs.
queryParameters - A map consisting of key-value pairs.QueryPlanningContext.Builder transactionId(String transactionId)
The transaction ID at which to read the table contents. If this transaction is not committed, the read will
be treated as part of that transaction and will see its writes. If this transaction has aborted, an error
will be returned. If not set, defaults to the most recent committed transaction. Cannot be specified along
with QueryAsOfTime.
transactionId - The transaction ID at which to read the table contents. If this transaction is not committed, the read
will be treated as part of that transaction and will see its writes. If this transaction has aborted,
an error will be returned. If not set, defaults to the most recent committed transaction. Cannot be
specified along with QueryAsOfTime.Copyright © 2022. All rights reserved.