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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #devicePositions(List) .devicePositions - a consumer that will call methods on List.Builder #devicePositions(List) 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 © 2022. All rights reserved.