Interface BatchGetQueryExecutionResponse.Builder
- All Superinterfaces:
 AthenaResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetQueryExecutionResponse.Builder,,BatchGetQueryExecutionResponse> SdkBuilder<BatchGetQueryExecutionResponse.Builder,,BatchGetQueryExecutionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchGetQueryExecutionResponse
public static interface BatchGetQueryExecutionResponse.Builder
extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<BatchGetQueryExecutionResponse.Builder,BatchGetQueryExecutionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionqueryExecutions(Collection<QueryExecution> queryExecutions) Information about a query execution.queryExecutions(Consumer<QueryExecution.Builder>... queryExecutions) Information about a query execution.queryExecutions(QueryExecution... queryExecutions) Information about a query execution.unprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds) Information about the query executions that failed to run.unprocessedQueryExecutionIds(Consumer<UnprocessedQueryExecutionId.Builder>... unprocessedQueryExecutionIds) Information about the query executions that failed to run.unprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds) Information about the query executions that failed to run.Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
queryExecutions
Information about a query execution.
- Parameters:
 queryExecutions- Information about a query execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
queryExecutions
Information about a query execution.
- Parameters:
 queryExecutions- Information about a query execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
queryExecutions
BatchGetQueryExecutionResponse.Builder queryExecutions(Consumer<QueryExecution.Builder>... queryExecutions) Information about a query execution.
This is a convenience method that creates an instance of theQueryExecution.Builderavoiding the need to create one manually viaQueryExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueryExecutions(List<QueryExecution>).- Parameters:
 queryExecutions- a consumer that will call methods onQueryExecution.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
unprocessedQueryExecutionIds
BatchGetQueryExecutionResponse.Builder unprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds) Information about the query executions that failed to run.
- Parameters:
 unprocessedQueryExecutionIds- Information about the query executions that failed to run.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unprocessedQueryExecutionIds
BatchGetQueryExecutionResponse.Builder unprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds) Information about the query executions that failed to run.
- Parameters:
 unprocessedQueryExecutionIds- Information about the query executions that failed to run.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unprocessedQueryExecutionIds
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.Builderavoiding the need to create one manually viaUnprocessedQueryExecutionId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounprocessedQueryExecutionIds(List<UnprocessedQueryExecutionId>).- Parameters:
 unprocessedQueryExecutionIds- a consumer that will call methods onUnprocessedQueryExecutionId.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -