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