CopyableBuilder<ListQueryExecutionsResponse.Builder,ListQueryExecutionsResponse>
, SdkBuilder<ListQueryExecutionsResponse.Builder,ListQueryExecutionsResponse>
public static interface ListQueryExecutionsResponse.Builder extends CopyableBuilder<ListQueryExecutionsResponse.Builder,ListQueryExecutionsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListQueryExecutionsResponse.Builder |
nextToken(String nextToken) |
A token to be used by the next request if this request is truncated.
|
ListQueryExecutionsResponse.Builder |
queryExecutionIds(String... queryExecutionIds) |
The unique IDs of each query execution as an array of strings.
|
ListQueryExecutionsResponse.Builder |
queryExecutionIds(Collection<String> queryExecutionIds) |
The unique IDs of each query execution as an array of strings.
|
copy
apply, build
ListQueryExecutionsResponse.Builder queryExecutionIds(Collection<String> queryExecutionIds)
The unique IDs of each query execution as an array of strings.
queryExecutionIds
- The unique IDs of each query execution as an array of strings.ListQueryExecutionsResponse.Builder queryExecutionIds(String... queryExecutionIds)
The unique IDs of each query execution as an array of strings.
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
- The unique IDs of each query execution as an array of strings.ListQueryExecutionsResponse.Builder nextToken(String nextToken)
A token to be used by the next request if this request is truncated.
nextToken
- A token to be used by the next request if this request is truncated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.