CopyableBuilder<BatchGetQueryExecutionResponse.Builder,BatchGetQueryExecutionResponse>, SdkBuilder<BatchGetQueryExecutionResponse.Builder,BatchGetQueryExecutionResponse>public static interface BatchGetQueryExecutionResponse.Builder extends CopyableBuilder<BatchGetQueryExecutionResponse.Builder,BatchGetQueryExecutionResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setQueryExecutions(java.util.Collection) or #withQueryExecutions(java.util.Collection) if
you want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setUnprocessedQueryExecutionIds(java.util.Collection) or
#withUnprocessedQueryExecutionIds(java.util.Collection) if you want to override the existing values.
unprocessedQueryExecutionIds - Information about the query executions that failed to run.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.