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 method that creates an instance of theBatchPutGeofenceRequestEntry.Builder avoiding the need
to create one manually via
BatchPutGeofenceRequestEntry.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
BatchPutGeofenceRequestEntry.Builder#entries(java.util.Collection) BatchPutGeofenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchPutGeofenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.