Uses of Interface
software.amazon.awssdk.services.athena.model.ListQueryExecutionsRequest.Builder
-
Packages that use ListQueryExecutionsRequest.Builder Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.software.amazon.awssdk.services.athena.model -
-
Uses of ListQueryExecutionsRequest.Builder in software.amazon.awssdk.services.athena
-
Uses of ListQueryExecutionsRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ListQueryExecutionsRequest.Builder Modifier and Type Method Description static ListQueryExecutionsRequest.BuilderListQueryExecutionsRequest. builder()ListQueryExecutionsRequest.BuilderListQueryExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum number of query executions to return in this request.ListQueryExecutionsRequest.BuilderListQueryExecutionsRequest.Builder. nextToken(String nextToken)A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.ListQueryExecutionsRequest.BuilderListQueryExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQueryExecutionsRequest.BuilderListQueryExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQueryExecutionsRequest.BuilderListQueryExecutionsRequest. toBuilder()ListQueryExecutionsRequest.BuilderListQueryExecutionsRequest.Builder. workGroup(String workGroup)The name of the workgroup from which queries are being returned.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ListQueryExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListQueryExecutionsRequest.Builder>ListQueryExecutionsRequest. serializableBuilderClass()
-