Interface BatchEvaluateGeofencesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchEvaluateGeofencesRequest.Builder,BatchEvaluateGeofencesRequest>,LocationRequest.Builder,SdkBuilder<BatchEvaluateGeofencesRequest.Builder,BatchEvaluateGeofencesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchEvaluateGeofencesRequest
public static interface BatchEvaluateGeofencesRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<BatchEvaluateGeofencesRequest.Builder,BatchEvaluateGeofencesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchEvaluateGeofencesRequest.BuildercollectionName(String collectionName)The geofence collection used in evaluating the position of devices against its geofences.BatchEvaluateGeofencesRequest.BuilderdevicePositionUpdates(Collection<DevicePositionUpdate> devicePositionUpdates)Contains device details for each device to be evaluated against the given geofence collection.BatchEvaluateGeofencesRequest.BuilderdevicePositionUpdates(Consumer<DevicePositionUpdate.Builder>... devicePositionUpdates)Contains device details for each device to be evaluated against the given geofence collection.BatchEvaluateGeofencesRequest.BuilderdevicePositionUpdates(DevicePositionUpdate... devicePositionUpdates)Contains device details for each device to be evaluated against the given geofence collection.BatchEvaluateGeofencesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchEvaluateGeofencesRequest.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
BatchEvaluateGeofencesRequest.Builder collectionName(String collectionName)
The geofence collection used in evaluating the position of devices against its geofences.
- Parameters:
collectionName- The geofence collection used in evaluating the position of devices against its geofences.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
devicePositionUpdates
BatchEvaluateGeofencesRequest.Builder devicePositionUpdates(Collection<DevicePositionUpdate> devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
- Parameters:
devicePositionUpdates- Contains device details for each device to be evaluated against the given geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
devicePositionUpdates
BatchEvaluateGeofencesRequest.Builder devicePositionUpdates(DevicePositionUpdate... devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
- Parameters:
devicePositionUpdates- Contains device details for each device to be evaluated against the given geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
devicePositionUpdates
BatchEvaluateGeofencesRequest.Builder devicePositionUpdates(Consumer<DevicePositionUpdate.Builder>... devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
This is a convenience method that creates an instance of theDevicePositionUpdate.Builderavoiding the need to create one manually viaDevicePositionUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#devicePositionUpdates(List.) - Parameters:
devicePositionUpdates- a consumer that will call methods onDevicePositionUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#devicePositionUpdates(java.util.Collection)
-
overrideConfiguration
BatchEvaluateGeofencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchEvaluateGeofencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-