public static interface ListPlaceIndexesRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListPlaceIndexesRequest.Builder,ListPlaceIndexesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesRequest.Builder |
maxResults(Integer maxResults)
An optional limit for the maximum number of results returned in a single call.
|
ListPlaceIndexesRequest.Builder |
nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListPlaceIndexesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPlaceIndexesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlaceIndexesRequest.Builder maxResults(Integer maxResults)
An optional limit for the maximum number of results returned in a single call.
Default value: 100
maxResults - An optional limit for the maximum number of results returned in a single call.
Default value: 100
ListPlaceIndexesRequest.Builder nextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken - The pagination token specifying which page of results to return in the response. If no token is
provided, the default page is the first page.
Default value: null
ListPlaceIndexesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPlaceIndexesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.