CopyableBuilder<BatchGetQueryExecutionRequest.Builder,BatchGetQueryExecutionRequest>
, SdkBuilder<BatchGetQueryExecutionRequest.Builder,BatchGetQueryExecutionRequest>
public static interface BatchGetQueryExecutionRequest.Builder extends CopyableBuilder<BatchGetQueryExecutionRequest.Builder,BatchGetQueryExecutionRequest>
Modifier and Type | Method | Description |
---|---|---|
BatchGetQueryExecutionRequest.Builder |
queryExecutionIds(String... queryExecutionIds) |
An array of query execution IDs.
|
BatchGetQueryExecutionRequest.Builder |
queryExecutionIds(Collection<String> queryExecutionIds) |
An array of query execution IDs.
|
copy
apply, build
BatchGetQueryExecutionRequest.Builder queryExecutionIds(Collection<String> queryExecutionIds)
An array of query execution IDs.
queryExecutionIds
- An array of query execution IDs.BatchGetQueryExecutionRequest.Builder queryExecutionIds(String... queryExecutionIds)
An array of query execution IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setQueryExecutionIds(java.util.Collection)
or #withQueryExecutionIds(java.util.Collection)
if you want to override the existing values.
queryExecutionIds
- An array of query execution IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.