Interface BatchDeleteGeofenceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDeleteGeofenceRequest.Builder,BatchDeleteGeofenceRequest>,LocationRequest.Builder,SdkBuilder<BatchDeleteGeofenceRequest.Builder,BatchDeleteGeofenceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDeleteGeofenceRequest
public static interface BatchDeleteGeofenceRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteGeofenceRequest.Builder,BatchDeleteGeofenceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteGeofenceRequest.BuildercollectionName(String collectionName)The geofence collection storing the geofences to be deleted.BatchDeleteGeofenceRequest.BuildergeofenceIds(String... geofenceIds)The batch of geofences to be deleted.BatchDeleteGeofenceRequest.BuildergeofenceIds(Collection<String> geofenceIds)The batch of geofences to be deleted.BatchDeleteGeofenceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteGeofenceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
collectionName
BatchDeleteGeofenceRequest.Builder collectionName(String collectionName)
The geofence collection storing the geofences to be deleted.
- Parameters:
collectionName- The geofence collection storing the geofences to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geofenceIds
BatchDeleteGeofenceRequest.Builder geofenceIds(Collection<String> geofenceIds)
The batch of geofences to be deleted.
- Parameters:
geofenceIds- The batch of geofences to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geofenceIds
BatchDeleteGeofenceRequest.Builder geofenceIds(String... geofenceIds)
The batch of geofences to be deleted.
- Parameters:
geofenceIds- The batch of geofences to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteGeofenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteGeofenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-