public static interface BatchGetQueryExecutionResponse.Builder extends AthenaResponse.Builder, CopyableBuilder<BatchGetQueryExecutionResponse.Builder,BatchGetQueryExecutionResponse>
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchGetQueryExecutionResponse.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 queryExecutions(Consumer<QueryExecution.Builder>... queryExecutions)
Information about a query execution.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #queryExecutions(List) .queryExecutions - a consumer that will call methods on List.Builder #queryExecutions(List) 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.BatchGetQueryExecutionResponse.Builder unprocessedQueryExecutionIds(Consumer<UnprocessedQueryExecutionId.Builder>... unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #unprocessedQueryExecutionIds(List) .unprocessedQueryExecutionIds - a consumer that will call methods on List.Builder #unprocessedQueryExecutionIds(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.