public static interface BatchPutGeofenceRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<BatchPutGeofenceRequest.Builder,BatchPutGeofenceRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceRequest.Builder |
collectionName(String collectionName)
The geofence collection storing the geofences.
|
BatchPutGeofenceRequest.Builder |
entries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest.Builder |
entries(Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest.Builder |
entries(Consumer<BatchPutGeofenceRequestEntry.Builder>... entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchPutGeofenceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutGeofenceRequest.Builder collectionName(String collectionName)
The geofence collection storing the geofences.
collectionName - The geofence collection storing the geofences.BatchPutGeofenceRequest.Builder entries(Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
entries - The batch of geofences to be stored in a geofence collection.BatchPutGeofenceRequest.Builder entries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
entries - The batch of geofences to be stored in a geofence collection.BatchPutGeofenceRequest.Builder entries(Consumer<BatchPutGeofenceRequestEntry.Builder>... entries)
The batch of geofences to be stored in a 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) BatchPutGeofenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchPutGeofenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.