Interface ListQueryExecutionsResponse.Builder
-
- All Superinterfaces:
AthenaResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListQueryExecutionsResponse.Builder,ListQueryExecutionsResponse>,SdkBuilder<ListQueryExecutionsResponse.Builder,ListQueryExecutionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListQueryExecutionsResponse
public static interface ListQueryExecutionsResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListQueryExecutionsResponse.Builder,ListQueryExecutionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQueryExecutionsResponse.BuildernextToken(String nextToken)A token to be used by the next request if this request is truncated.ListQueryExecutionsResponse.BuilderqueryExecutionIds(String... queryExecutionIds)The unique IDs of each query execution as an array of strings.ListQueryExecutionsResponse.BuilderqueryExecutionIds(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 Detail
-
queryExecutionIds
ListQueryExecutionsResponse.Builder queryExecutionIds(Collection<String> 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
ListQueryExecutionsResponse.Builder queryExecutionIds(String... 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
ListQueryExecutionsResponse.Builder nextToken(String 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.
-
-