CopyableBuilder<QueryExecution.Builder,QueryExecution>
, SdkBuilder<QueryExecution.Builder,QueryExecution>
public static interface QueryExecution.Builder extends CopyableBuilder<QueryExecution.Builder,QueryExecution>
Modifier and Type | Method | Description |
---|---|---|
QueryExecution.Builder |
query(String query) |
The SQL query statements which the query execution ran.
|
QueryExecution.Builder |
queryExecutionContext(QueryExecutionContext queryExecutionContext) |
The database in which the query execution occurred.
|
QueryExecution.Builder |
queryExecutionId(String queryExecutionId) |
The unique identifier for each query execution.
|
QueryExecution.Builder |
resultConfiguration(ResultConfiguration resultConfiguration) |
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
|
QueryExecution.Builder |
statistics(QueryExecutionStatistics statistics) |
The amount of data scanned during the query execution and the amount of time that it took to execute.
|
QueryExecution.Builder |
status(QueryExecutionStatus status) |
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
|
copy
apply, build
QueryExecution.Builder queryExecutionId(String queryExecutionId)
The unique identifier for each query execution.
queryExecutionId
- The unique identifier for each query execution.QueryExecution.Builder query(String query)
The SQL query statements which the query execution ran.
query
- The SQL query statements which the query execution ran.QueryExecution.Builder resultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query results.
resultConfiguration
- The location in Amazon S3 where query results were stored and the encryption option, if any, used for
query results.QueryExecution.Builder queryExecutionContext(QueryExecutionContext queryExecutionContext)
The database in which the query execution occurred.
queryExecutionContext
- The database in which the query execution occurred.QueryExecution.Builder status(QueryExecutionStatus status)
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
status
- The completion date, current state, submission time, and state change reason (if applicable) for the
query execution.QueryExecution.Builder statistics(QueryExecutionStatistics statistics)
The amount of data scanned during the query execution and the amount of time that it took to execute.
statistics
- The amount of data scanned during the query execution and the amount of time that it took to execute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.