public static interface ListDevicePositionsRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListDevicePositionsRequest.Builder,ListDevicePositionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicePositionsRequest.Builder filterGeometry(TrackingFilterGeometry filterGeometry)
The geomerty used to filter device positions.
filterGeometry - The geomerty used to filter device positions.default ListDevicePositionsRequest.Builder filterGeometry(Consumer<TrackingFilterGeometry.Builder> filterGeometry)
The geomerty used to filter device positions.
This is a convenience method that creates an instance of theTrackingFilterGeometry.Builder avoiding
the need to create one manually via TrackingFilterGeometry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to filterGeometry(TrackingFilterGeometry).
filterGeometry - a consumer that will call methods on TrackingFilterGeometry.BuilderfilterGeometry(TrackingFilterGeometry)ListDevicePositionsRequest.Builder maxResults(Integer maxResults)
An optional limit for the number of entries returned in a single call.
Default value: 100
maxResults - An optional limit for the number of entries returned in a single call.
Default value: 100
ListDevicePositionsRequest.Builder nextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken - The pagination token specifying which page of results to return in the response. If no token is
provided, the default page is the first page.
Default value: null
ListDevicePositionsRequest.Builder trackerName(String trackerName)
The tracker resource containing the requested devices.
trackerName - The tracker resource containing the requested devices.ListDevicePositionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDevicePositionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.