public static interface ListGeofenceCollectionsRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListGeofenceCollectionsRequest.Builder,ListGeofenceCollectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsRequest.Builder |
maxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
ListGeofenceCollectionsRequest.Builder |
nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListGeofenceCollectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGeofenceCollectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGeofenceCollectionsRequest.Builder maxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
Default value: 100
maxResults - An optional limit for the number of resources returned in a single call.
Default value: 100
ListGeofenceCollectionsRequest.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
ListGeofenceCollectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGeofenceCollectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.