public static interface GetDevicePositionHistoryResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<GetDevicePositionHistoryResponse.Builder,GetDevicePositionHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDevicePositionHistoryResponse.Builder |
devicePositions(Collection<DevicePosition> devicePositions)
Contains the position history details for the requested device.
|
GetDevicePositionHistoryResponse.Builder |
devicePositions(Consumer<DevicePosition.Builder>... devicePositions)
Contains the position history details for the requested device.
|
GetDevicePositionHistoryResponse.Builder |
devicePositions(DevicePosition... devicePositions)
Contains the position history details for the requested device.
|
GetDevicePositionHistoryResponse.Builder |
nextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDevicePositionHistoryResponse.Builder devicePositions(Collection<DevicePosition> devicePositions)
Contains the position history details for the requested device.
devicePositions - Contains the position history details for the requested device.GetDevicePositionHistoryResponse.Builder devicePositions(DevicePosition... devicePositions)
Contains the position history details for the requested device.
devicePositions - Contains the position history details for the requested device.GetDevicePositionHistoryResponse.Builder devicePositions(Consumer<DevicePosition.Builder>... devicePositions)
Contains the position history details for the requested device.
This is a convenience method that creates an instance of theDevicePosition.Builder avoiding the need to create one
manually via DevicePosition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #devicePositions(List.
devicePositions - a consumer that will call methods on
DevicePosition.Builder#devicePositions(java.util.Collection) GetDevicePositionHistoryResponse.Builder nextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken - A pagination token indicating there are additional pages available. You can use the token in a
following request to fetch the next set of results.Copyright © 2023. All rights reserved.