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