Interface BatchEvaluateGeofencesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<BatchEvaluateGeofencesRequest.Builder,,- BatchEvaluateGeofencesRequest> - LocationRequest.Builder,- SdkBuilder<BatchEvaluateGeofencesRequest.Builder,,- BatchEvaluateGeofencesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- BatchEvaluateGeofencesRequest
@Mutable
@NotThreadSafe
public static interface BatchEvaluateGeofencesRequest.Builder
extends LocationRequest.Builder, SdkPojo, CopyableBuilder<BatchEvaluateGeofencesRequest.Builder,BatchEvaluateGeofencesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptioncollectionName(String collectionName) The geofence collection used in evaluating the position of devices against its geofences.devicePositionUpdates(Collection<DevicePositionUpdate> devicePositionUpdates) Contains device details for each device to be evaluated against the given geofence collection.devicePositionUpdates(Consumer<DevicePositionUpdate.Builder>... devicePositionUpdates) Contains device details for each device to be evaluated against the given geofence collection.devicePositionUpdates(DevicePositionUpdate... devicePositionUpdates) Contains device details for each device to be evaluated against the given geofence collection.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.location.model.LocationRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
collectionNameThe 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.
 
- 
devicePositionUpdatesBatchEvaluateGeofencesRequest.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.
 
- 
devicePositionUpdatesBatchEvaluateGeofencesRequest.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.
 
- 
devicePositionUpdatesBatchEvaluateGeofencesRequest.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 todevicePositionUpdates(List<DevicePositionUpdate>).- Parameters:
- devicePositionUpdates- a consumer that will call methods on- DevicePositionUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationBatchEvaluateGeofencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationBatchEvaluateGeofencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-