public static interface ListQueryExecutionsResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListQueryExecutionsResponse.Builder,ListQueryExecutionsResponse>
Modifier and Type | Method and Description |
---|---|
ListQueryExecutionsResponse.Builder |
nextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
ListQueryExecutionsResponse.Builder |
queryExecutionIds(Collection<String> 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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.