Interface BatchPutGeofenceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchPutGeofenceRequest.Builder,BatchPutGeofenceRequest>,LocationRequest.Builder,SdkBuilder<BatchPutGeofenceRequest.Builder,BatchPutGeofenceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchPutGeofenceRequest
public static interface BatchPutGeofenceRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<BatchPutGeofenceRequest.Builder,BatchPutGeofenceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchPutGeofenceRequest.BuildercollectionName(String collectionName)The geofence collection storing the geofences.BatchPutGeofenceRequest.Builderentries(Collection<BatchPutGeofenceRequestEntry> entries)The batch of geofences to be stored in a geofence collection.BatchPutGeofenceRequest.Builderentries(Consumer<BatchPutGeofenceRequestEntry.Builder>... entries)The batch of geofences to be stored in a geofence collection.BatchPutGeofenceRequest.Builderentries(BatchPutGeofenceRequestEntry... entries)The batch of geofences to be stored in a geofence collection.BatchPutGeofenceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchPutGeofenceRequest.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
BatchPutGeofenceRequest.Builder collectionName(String collectionName)
The geofence collection storing the geofences.
- Parameters:
collectionName- The geofence collection storing the geofences.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchPutGeofenceRequest.Builder entries(Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
- Parameters:
entries- The batch of geofences to be stored in a geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchPutGeofenceRequest.Builder entries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
- Parameters:
entries- The batch of geofences to be stored in a geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
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.Builderavoiding the need to create one manually viaBatchPutGeofenceRequestEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entries(List.) - Parameters:
entries- a consumer that will call methods onBatchPutGeofenceRequestEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entries(java.util.Collection)
-
overrideConfiguration
BatchPutGeofenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchPutGeofenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-