public static interface BatchGetQueryExecutionResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<BatchGetQueryExecutionResponse.Builder,BatchGetQueryExecutionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theQueryExecution.Builder avoiding the need to create one
manually via QueryExecution.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #queryExecutions(List.
queryExecutions - a consumer that will call methods on
QueryExecution.Builder#queryExecutions(java.util.Collection) 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 method that creates an instance of theUnprocessedQueryExecutionId.Builder avoiding the need to
create one manually via
UnprocessedQueryExecutionId.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unprocessedQueryExecutionIds(List.
unprocessedQueryExecutionIds - a consumer that will call methods on
UnprocessedQueryExecutionId.Builder#unprocessedQueryExecutionIds(java.util.Collection) Copyright © 2023. All rights reserved.