public static interface ListWorkGroupsRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListWorkGroupsRequest.Builder,ListWorkGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of workgroups to return in this request.
|
ListWorkGroupsRequest.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListWorkGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkGroupsRequest.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of
the previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous
request was truncated. To obtain the next set of pages, pass in the NextToken from the
response object of the previous page call.ListWorkGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of workgroups to return in this request.
maxResults - The maximum number of workgroups to return in this request.ListWorkGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.