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 method that creates an instance of theListGeofenceResponseEntry.Builder avoiding the need to
create one manually via
ListGeofenceResponseEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
ListGeofenceResponseEntry.Builder#entries(java.util.Collection) 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 © 2023. All rights reserved.