Uses of Interface
software.amazon.awssdk.services.athena.model.ListQueryExecutionsResponse.Builder
-
Packages that use ListQueryExecutionsResponse.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ListQueryExecutionsResponse.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ListQueryExecutionsResponse.Builder Modifier and Type Method Description static ListQueryExecutionsResponse.BuilderListQueryExecutionsResponse. builder()ListQueryExecutionsResponse.BuilderListQueryExecutionsResponse.Builder. nextToken(String nextToken)A token to be used by the next request if this request is truncated.ListQueryExecutionsResponse.BuilderListQueryExecutionsResponse.Builder. queryExecutionIds(String... queryExecutionIds)The unique IDs of each query execution as an array of strings.ListQueryExecutionsResponse.BuilderListQueryExecutionsResponse.Builder. queryExecutionIds(Collection<String> queryExecutionIds)The unique IDs of each query execution as an array of strings.ListQueryExecutionsResponse.BuilderListQueryExecutionsResponse. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ListQueryExecutionsResponse.Builder Modifier and Type Method Description static Class<? extends ListQueryExecutionsResponse.Builder>ListQueryExecutionsResponse. serializableBuilderClass()
-