public static interface ListStoredQueriesRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<ListStoredQueriesRequest.Builder,ListStoredQueriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStoredQueriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListStoredQueriesRequest.Builder |
nextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.
|
ListStoredQueriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStoredQueriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStoredQueriesRequest.Builder nextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
nextToken - The nextToken string returned in a previous request that you use to request the next page of results
in a paginated response.ListStoredQueriesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
maxResults - The maximum number of results to be returned with a single call.ListStoredQueriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStoredQueriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.