public static interface BatchGetQueryExecutionResponse.Builder extends AthenaResponse.Builder, CopyableBuilder<BatchGetQueryExecutionResponse.Builder,BatchGetQueryExecutionResponse>
Modifier and Type | Method and Description |
---|---|
BatchGetQueryExecutionResponse.Builder |
queryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
|
BatchGetQueryExecutionResponse.Builder |
queryExecutions(QueryExecution... queryExecutions)
Information about a query execution.
|
BatchGetQueryExecutionResponse.Builder |
unprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
BatchGetQueryExecutionResponse.Builder |
unprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
build
copy
apply, build
BatchGetQueryExecutionResponse.Builder queryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
queryExecutions
- Information about a query execution.BatchGetQueryExecutionResponse.Builder queryExecutions(QueryExecution... queryExecutions)
Information about a query execution.
queryExecutions
- Information about a query execution.BatchGetQueryExecutionResponse.Builder unprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
unprocessedQueryExecutionIds
- Information about the query executions that failed to run.BatchGetQueryExecutionResponse.Builder unprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
unprocessedQueryExecutionIds
- Information about the query executions that failed to run.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.