Interface ListQueryExecutionsResponse.Builder
- All Superinterfaces:
AthenaResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListQueryExecutionsResponse.Builder,
,ListQueryExecutionsResponse> SdkBuilder<ListQueryExecutionsResponse.Builder,
,ListQueryExecutionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListQueryExecutionsResponse
@Mutable
@NotThreadSafe
public static interface ListQueryExecutionsResponse.Builder
extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListQueryExecutionsResponse.Builder,ListQueryExecutionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token to be used by the next request if this request is truncated.queryExecutionIds
(String... queryExecutionIds) The unique IDs of each query execution as an array of strings.queryExecutionIds
(Collection<String> queryExecutionIds) The unique IDs of each query execution as an array of strings.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 Details
-
queryExecutionIds
The unique IDs of each query execution as an array of strings.
- Parameters:
queryExecutionIds
- The unique IDs of each query execution as an array of strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryExecutionIds
The unique IDs of each query execution as an array of strings.
- Parameters:
queryExecutionIds
- The unique IDs of each query execution as an array of strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token to be used by the next request if this request is truncated.
- Parameters:
nextToken
- A token to be used by the next request if this request is truncated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-