Interface GetDevicePositionHistoryResponse.Builder

    • Method Detail

      • devicePositions

        GetDevicePositionHistoryResponse.Builder devicePositions​(Collection<DevicePosition> devicePositions)

        Contains the position history details for the requested device.

        Parameters:
        devicePositions - Contains the position history details for the requested device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • devicePositions

        GetDevicePositionHistoryResponse.Builder devicePositions​(DevicePosition... devicePositions)

        Contains the position history details for the requested device.

        Parameters:
        devicePositions - Contains the position history details for the requested device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.