public static interface ListGeofencesResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListGeofencesResponse.Builder,ListGeofencesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGeofencesResponse.Builder |
entries(Collection<ListGeofenceResponseEntry> entries)
Contains a list of geofences stored in the geofence collection.
|
ListGeofencesResponse.Builder |
entries(Consumer<ListGeofenceResponseEntry.Builder>... entries)
Contains a list of geofences stored in the geofence collection.
|
ListGeofencesResponse.Builder |
entries(ListGeofenceResponseEntry... entries)
Contains a list of geofences stored in the geofence collection.
|
ListGeofencesResponse.Builder |
nextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGeofencesResponse.Builder entries(Collection<ListGeofenceResponseEntry> entries)
Contains a list of geofences stored in the geofence collection.
entries - Contains a list of geofences stored in the geofence collection.ListGeofencesResponse.Builder entries(ListGeofenceResponseEntry... entries)
Contains a list of geofences stored in the geofence collection.
entries - Contains a list of geofences stored in the geofence collection.ListGeofencesResponse.Builder entries(Consumer<ListGeofenceResponseEntry.Builder>... entries)
Contains a list of geofences stored in the geofence collection.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) ListGeofencesResponse.Builder nextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken - A pagination token indicating there are additional pages available. You can use the token in a
following request to fetch the next set of results.Copyright © 2022. All rights reserved.