Interface ListDevicePositionsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListDevicePositionsRequest.Builder,,- ListDevicePositionsRequest> - LocationRequest.Builder,- SdkBuilder<ListDevicePositionsRequest.Builder,,- ListDevicePositionsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListDevicePositionsRequest
@Mutable
@NotThreadSafe
public static interface ListDevicePositionsRequest.Builder
extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListDevicePositionsRequest.Builder,ListDevicePositionsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionfilterGeometry(Consumer<TrackingFilterGeometry.Builder> filterGeometry) The geometry used to filter device positions.filterGeometry(TrackingFilterGeometry filterGeometry) The geometry used to filter device positions.maxResults(Integer maxResults) An optional limit for the number of entries returned in a single call.The pagination token specifying which page of results to return in the response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.trackerName(String trackerName) The tracker resource containing the requested devices.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- 
trackerNameThe tracker resource containing the requested devices. - Parameters:
- trackerName- The tracker resource containing the requested devices.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsAn optional limit for the number of entries returned in a single call. Default value: 100- Parameters:
- maxResults- An optional limit for the number of entries returned in a single call.- Default value: - 100
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe 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- Parameters:
- 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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filterGeometryThe geometry used to filter device positions. - Parameters:
- filterGeometry- The geometry used to filter device positions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filterGeometrydefault ListDevicePositionsRequest.Builder filterGeometry(Consumer<TrackingFilterGeometry.Builder> filterGeometry) The geometry used to filter device positions. This is a convenience method that creates an instance of theTrackingFilterGeometry.Builderavoiding the need to create one manually viaTrackingFilterGeometry.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilterGeometry(TrackingFilterGeometry).- Parameters:
- filterGeometry- a consumer that will call methods on- TrackingFilterGeometry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationListDevicePositionsRequest.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.
 
- 
overrideConfigurationListDevicePositionsRequest.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.
 
 
-