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
-
Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
queryExecutions
BatchGetQueryExecutionResponse.Builder queryExecutions(Collection<QueryExecution> 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(QueryExecution... 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 to#queryExecutions(List.) - 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:
#queryExecutions(java.util.Collection)
-
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 to#unprocessedQueryExecutionIds(List.) - 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:
#unprocessedQueryExecutionIds(java.util.Collection)
-
-