Uses of Interface
software.amazon.awssdk.services.athena.model.ListPreparedStatementsRequest.Builder
-
Packages that use ListPreparedStatementsRequest.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 ListPreparedStatementsRequest.Builder in software.amazon.awssdk.services.athena
-
Uses of ListPreparedStatementsRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ListPreparedStatementsRequest.Builder Modifier and Type Method Description static ListPreparedStatementsRequest.BuilderListPreparedStatementsRequest. builder()ListPreparedStatementsRequest.BuilderListPreparedStatementsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this request.ListPreparedStatementsRequest.BuilderListPreparedStatementsRequest.Builder. nextToken(String nextToken)A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.ListPreparedStatementsRequest.BuilderListPreparedStatementsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPreparedStatementsRequest.BuilderListPreparedStatementsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPreparedStatementsRequest.BuilderListPreparedStatementsRequest. toBuilder()ListPreparedStatementsRequest.BuilderListPreparedStatementsRequest.Builder. workGroup(String workGroup)The workgroup to list the prepared statements for.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ListPreparedStatementsRequest.Builder Modifier and Type Method Description static Class<? extends ListPreparedStatementsRequest.Builder>ListPreparedStatementsRequest. serializableBuilderClass()
-