public static interface ListDevicePositionsRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListDevicePositionsRequest.Builder,ListDevicePositionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevicePositionsRequest.Builder |
maxResults(Integer maxResults)
An optional limit for the number of entries returned in a single call.
|
ListDevicePositionsRequest.Builder |
nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListDevicePositionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicePositionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicePositionsRequest.Builder |
trackerName(String trackerName)
The tracker resource containing the requested devices.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicePositionsRequest.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 © 2021. All rights reserved.