Interface ListGeofencesResponse.Builder

    • Method Detail

      • entries

        ListGeofencesResponse.Builder entries​(Collection<ListGeofenceResponseEntry> entries)

        Contains a list of geofences stored in the geofence collection.

        Parameters:
        entries - Contains a list of geofences stored in the geofence collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        ListGeofencesResponse.Builder entries​(ListGeofenceResponseEntry... entries)

        Contains a list of geofences stored in the geofence collection.

        Parameters:
        entries - Contains a list of geofences stored in the geofence collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.