public static interface ListPreparedStatementsRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListPreparedStatementsRequest.Builder,ListPreparedStatementsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPreparedStatementsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListPreparedStatementsRequest.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListPreparedStatementsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPreparedStatementsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPreparedStatementsRequest.Builder |
workGroup(String workGroup)
The workgroup to list the prepared statements for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPreparedStatementsRequest.Builder workGroup(String workGroup)
The workgroup to list the prepared statements for.
workGroup - The workgroup to list the prepared statements for.ListPreparedStatementsRequest.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.ListPreparedStatementsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.ListPreparedStatementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPreparedStatementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.